Form action not recognized

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
 
S

Stuart Palmer

Wonder if it's a cache issue. Have you tried shift/ctrl and refresh on the
form page?

Stu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,085
Messages
2,570,597
Members
47,218
Latest member
GracieDebo

Latest Threads

Top