Here's how I do it:
HTML:
APS:Code:<input type=submit name=approve value=Approve> <input type=submit name=deny value=Deny>
VB Code:
If (Request.Form("approve") = "Approve") Then ... Elseif (Request.Form("deny") = "Deny") Then ...
|
Results 1 to 2 of 2
Thread: Form ActionThreaded View
|
Click Here to Expand Forum to Full Width |