can u have post (Request.Form("abc"
) and get (Request("xyz"
) on the same page, for example:
<form method="post" action="something.asp?something=something">
<input type="checkbox" value="yes">
<input type="submit" value="Submit">
</form>
something.asp
If Request.Form("abc"
= "yes" And Request("something"
= "something" Then... ![[pc3] [pc3] [pc3]](/data/assets/smilies/pc3.gif)
<form method="post" action="something.asp?something=something">
<input type="checkbox" value="yes">
<input type="submit" value="Submit">
</form>
something.asp
If Request.Form("abc"
![[pc3] [pc3] [pc3]](/data/assets/smilies/pc3.gif)