Hi,
I'm trying to create a query with CONTAINS(FIELD,'"wordToSearch*"') that should have to work like 'FIELD LIKE '%wordToSearch%' but I don't get the same results. In fact, CONTAINS returns less rows than LIKE.
Where is the error?
Thanks
Hi,
I'm trying to post a large amount of data but, after submitting the form, all the data are lost.
I know there's no size limit with post, so, could it be a server's limitation? Where's the problem?
Thanks
Hi,
The text of the elements of my select is too large and I'd like to divide it in two lines. I've tried to insert <br> tag but it has no effect.
How can I resolve it?
Thanks
Fayna
Hi,
I'm trying to retrieve an ASP page content but I have the following problem: when I run the code bellow on my computer's server it works without any errors, but when I run it on my company's server I get an 404 - File not found error. Where's the problem?
Here's the code:
<%
option...
Hi,
I'm trying to save a web page content by using Microsoft.XMLHTTP. I can write it into a new page but I get an error when I write it in a file.Here's my code:
Response.Buffer = True
Dim objXMLHTTP, xml,strHtmlText
Dim FSO,objFile,f
Set xml = Server.CreateObject("Microsoft.XMLHTTP")
xml.Open...
Hello!
I'm trying to print the content of a pop-up with this code in the <a> of an image:javascript:print()
It works in NS 6 but it doesn't in IE 6
Where is the problem?
Thanks
Hello!I have one page that redirects to another one this way:header("location:other_page.php?variable1=...")
Other_page contains this code:
...include("header.php");include("footer.php")
Is there a way to show this data in a new window?
Thanks
Hi!This is my problem: I start a session in a certain page, but when I refresh this page it starts another session and I can't access the first one. This occurs when session_use_cookies is set to false, when it's set to true I have no problems.
Is there a way to solve this?
Thanks
Hello,
I never thought someone could have problems adding two numbers, but I have them. Here's some sample code:
var op1 = "119.88"
var op1_1 = "7"
var op2 = "119.88"
var op2_2 = "4"
var res1 = parseFloat(op1) * parseInt(op1_1)
var res2 =...
hello,
i'd like to perform some actions when my window is closing or reloading, but I don't know how to detect these events, is there a way to do it?
thanks
Hi!I'm trying to insert <script> and </script> tags into a string this way:
<script>
funtion myFunction(){
str = "<html><head><title>...</title><script>..</script>....."
}
</script>
But I get an error because <script> and </script> are not recognized like part of the string.
How...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.