Ask a Question related to ASP, Design and Development.
-
Dave #1
Form action not recognized
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
Dave Guest
-
CF submit form action
hi. I have a site that uses a form for visitors to request information. when the SUBMIT button is clicked, the page returns to the home page... I... -
Form Fields - '0's not recognized as a character - Arobat 5
Forms fields in PDF will not recognize the numeric character '0' (zero) if the numeric sequence starts and/or ends with a zero. My assumption is this... -
Form action problem
Trying to fix a web site I inherited. Problem is with the *help* page. User fills out form and hits send. The browser comes back with Error... -
ATAPI CDROM recognized with boot disk but not recognized when installing linux
I have decided to take the plunge and install linux on one of my old windows machines. I have successfully partitioned the hard drive for exclusive... -
form action
What does "doesn't seem to work" mean? (asp.general removed from x-post list) "rOadhOg" <roadhog@nospam.phreaker.net> wrote in message... -
Stuart Palmer #2
Re: Form action not recognized
Wonder if it's a cache issue. Have you tried shift/ctrl and refresh on the
form page?
Stu
"Dave" <grumblis@iwaynet.net> wrote in message
news:065d01c36b67$cab9e5d0$a401280a@phx.gbl...> 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
Stuart Palmer Guest



Reply With Quote

