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
