D
Dave
Hello
I am running Windows XP Pro with IIS 5.1 intalled. When I
submit a page to itself, it works. When I call another
page in the form action, it doesn't. The original page
seems like it refreshes.....no error, no change.
For example, when I run this as "submitpage.asp", and the
form action page("billybob.asp") does not exist, submit
page justs refreshes. The same thing happens when I
create "billybob.asp".
<%@ Language=VBScript %>
<HTML>
<HEAD>
</HEAD>
<BODY>
<FORM action="billybob.asp" method="post">
<INPUT type="text" id=text1 name=text1>
<INPUT type="submit" value="Submit" id=submit1
name=submit1>
</FORM>
</BODY>
</HTML>
I've even taken examples from IIS Help and pasted them
directly into my texpad. Still, no dice.
Any ideas????
Dave
I am running Windows XP Pro with IIS 5.1 intalled. When I
submit a page to itself, it works. When I call another
page in the form action, it doesn't. The original page
seems like it refreshes.....no error, no change.
For example, when I run this as "submitpage.asp", and the
form action page("billybob.asp") does not exist, submit
page justs refreshes. The same thing happens when I
create "billybob.asp".
<%@ Language=VBScript %>
<HTML>
<HEAD>
</HEAD>
<BODY>
<FORM action="billybob.asp" method="post">
<INPUT type="text" id=text1 name=text1>
<INPUT type="submit" value="Submit" id=submit1
name=submit1>
</FORM>
</BODY>
</HTML>
I've even taken examples from IIS Help and pasted them
directly into my texpad. Still, no dice.
Any ideas????
Dave