clintonG
Fri Oct 31 18:22:13 CST 2003
The solution suggested by Stefan will function but it is sloppy as
it requires additional trips to the server and will cause page blink
amongst other undesireable side effects.
On the other hand, it is both possible and quite common to create
forms that resubmit to the same page from which the form originated.
I have done so many many times but it does require scripting.
If you want to try your hand at it there are many articles that
can be found. Try this for starters
Google: "form"+"asp"+"submit"
--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@REMOVETHISTEXTmetromilwaukee.com
URL
http://www.metromilwaukee.com/clintongallagher/
"Stefan B Rusynko" <sbr_enjoy@hotmail.com> wrote in message
news:uqneec5nDHA.2772@TK2MSFTNGP10.phx.gbl...
> The confirmation page must be a page other than the form page
> - but you can set a link or an auto redirect in the confirm page to send
user back to the forms page
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
>
http://www.net-sites.com/sitebuilder/newsgroups.asp
> _____________________________________________
>
>
> "Bill" <whmc2@ix.netcom.com> wrote in message
news:ed47zvynDHA.1488@TK2MSFTNGP12.phx.gbl...
> | Hello,
> | I have a form in a web page. After filling out the form and submitting,
I
> | would the user to remain at that web page. When I put the web page in
the
> | for the confirmation page, I get an error message. As long as I use any
> | other page, I am OK. Is there a way around this?
> |
> | Thanks.
> |
> | Bill
> |
> |
>
>