The following error message comes up at many times while browsing on the internet:
Internet Explorer Script Error
An error has occurred in the script on this page
Line: 2
Char: 9
Error: Invalid Character
Code: 0
URL: http://www.ebay.com/...
I automated the import of text, then found out that the field names from the text files I'm importing from do not always have the columns in the same order. To make matters worse, not all the columns are there all the time.
At this point, I've decided the best thing to do is to import the...
My niece is getting married and I would like to put a countdown to her wedding date and time. I have found some sample code, but it doesn't work exactly right. For example, when the time is before the time of the wedding, it doesn't work right, it would either be negative minutes, or more than...
The following error message pops up when I try to Publish to a server:
Error 404
HTTP Error 404
404 Not Found
The Web server cannot find the file or script you asked for. Please check the URL to ensure that the path is correct.
Please contact the server's administrator if this problem persists...
What would be a good example of when you would choose a GET method over a POST?
What would be a good example of when you would choose a POST method over a GET?
It appears (to me) the only difference is that the GET adds the variables to the URL and the POST doesn't (and querystring vs form)...
Using VBScript in an ASP, I am doing a calculation that would require many different things to be added together. However, when I put in a carriage return, it doesn't work. How can you continue a formula onto multiple lines of code without generating an error?
Should be simple.
Thanks!:-)
If I try to fill in a text field from the previous page with a POST command, it only transfers the text before the first space. Example:
<input type="text" name="Name"> <!is on first page
<input type="text" name="T1"...
I wrote a pretty intense application in Access 97 that contain several lookups based on the Database object. When I tried to run the application in Access 2000, it comes up with a compile error in all forms that have lookups referencing the Database object.
What am I to do?
One thing to...
I have an ASP which returns a page to the browser that has some of the same information typed into an input text field on the previous form.
Does anyone know how to extract the text that was returned to the browser? I need to set the value of a hidden input with it when the ASP page loads...
The form handlers included in Front Page 2000 works by putting a "Confirmation Field" on the Confirmation Form. When you do this, Front Page adds a comment in the HTML with specific verbiage "<!webbot bot=....>". When the confirmation form is populated, this comment is...
Let's say I have a form with only one text box and one submit button.
Then let's say I copied that page so that I have 2 pages, each with one text box.
How can I write code so that when the first form is submitted, the other form opens and populates the text box with the information entered in...
Let's say I have a form with only one text box and one submit button.
Then let's say I copied that page so that I have 2 pages, each with one text box.
How can I write code so that when the first form is submitted, the other form opens and populates the text box with the information entered in...
Please help!!!
http://www.knotyboy.com/order.htm
is the form.
I need to get the order detail information to me, in either a database, or through an email, or whatever. I also need to POST the personal information and total price to a CGI Scipt (I assume) on a Verisign server.
I can do each...
I have a form that sends an email to me, it then displays a custom confirmation page. I would like to retrieve the information in some of the confirmation fields, and use it in a hidden input field to submit via the POST method.
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.