View Full Version : What is WRONG with THIS
kirxklox
June 25th, 2007, 23:39
Does not link to the file:
<form action="Lookup2.asp" method="post" name="form1" target="_self">
Enter Watch Serial Number:
<input type="text" name="SN_entry">
...and click "Submit".
<input type="submit" name="SN_submit" value="Submit">
</form>
Tyler
June 26th, 2007, 00:35
I just stuck it in a .html file Sam, and it didn't have any issues?
Could it possibly be the ASP?
(I also wonder if the target actually works in forms...)
Corey Bryant
June 26th, 2007, 18:45
Are you on a Windows server? Lookup2.asp should be in the same folder as the other file. It should not matter if it is Lookup2.asp or looku2.asp since Windows is not case sensitive though.
(I am pretty sure target="_self"is fine (just looked at HTML Form tags (http://www.w3schools.com/tags/tag_form.asp) to verify.)
kirxklox
June 26th, 2007, 19:52
Yes! It is on a Windows Server.
I get this for any Submit:
Most likely causes:
The website is under maintenance.
The website has a programming error.
Corey Bryant
June 26th, 2007, 22:52
Does it work without the frame? Is ASP turned on on the server?
If you are using IE, do you have HTTP Friendly Messages turned off - that will help also to see if it is a programming issue
kirxklox
June 26th, 2007, 23:27
I do not know! I will find out!
This is the only Windows site that does not work for me.
I was able to access this with no problem:
http://www.snopes.com/politics/immigration/parkland.asp
kirxklox
June 27th, 2007, 01:24
Well, I think I know what is happening, but I do not understand WHY???
On a Linux Server using this "lookup2.asp" would link to the entire URL (TERM.), on this Windows Server it is not doing that?
Nevermind, It is linking to the correct URL.
vBulletin® v3.6.8, Copyright ©2000-2012, Jelsoft Enterprises Ltd.