[thelist] Can I do this in ASP?

Rob Smith rob.smith at thermon.com
Tue Apr 9 11:43:00 CDT 2002


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--
[ Picked text/plain from multipart/alternative ]
Hi thelist,

I've tried doing this but have failed to do so:

Psuedocode for whatever.asp:

initializations

<%
check form for stuff
spit errors if bad stuff
%>

<form method="post" action="whatever.asp">stuff</form>

<%
If all good stuff, insert in to DB
response.redirect("there.asp")
%>

---- Or do I need to separate this action into several different pages?

Thanks in advance, Rob



More information about the thelist mailing list