[thelist] asp file referring to itself

Scott Dexter sgd at ti3.com
Thu Jun 1 17:13:09 2000


<%
if Request.ServerVariables("REQUEST_METHOD")="POST" then
	' do your processing
	' redirect to next page
end if

%>

<form action="thispagesname.asp" method="post" name="needaformname">
...
</form>

that help some?
sgd
--
think safely

> -----Original Message-----
> From: Andrew Martin [mailto:comitque@hotmail.com]
> Sent: Thursday, June 1, 2000 4:03 PM
> To: thelist@lists.evolt.org
> Subject: [thelist] asp file referring to itself
> 
> 
> What's the slickest way to post a form to the same asp file 
> that the form
> is on?