View Single Post
  #1 (permalink)  
Old 08-13-03, 03:52 PM
Tesco Tesco is offline
ASP Guru
 
Join Date: Jun 2003
Location: UK
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Call a sub from form?

Hola!
Got a ASP form, and once it's submitted I want it to be handled by a sub in the same page.

How could I do this?

I tried using
If Request.ServerVariables("REQUEST_METHOD") = "POST" Then
Call SubName
End If

And it, and a load of other ways I've tried, don't work

Help?
Tia
Reply With Quote