ASP Question
how can I trap the value of a checkbox within the asp page "creport.asp", posted from the following form:
Description
Thanks!
how can I trap the value of a checkbox within the asp page "creport.asp", posted from the following form:
Description
Thanks!
thieg posted this at 14:19 — 12th September 2000.
They have: 9 posts
Joined: Jun 2000
If your method in the form tag is "Post",
simply write description=Request.Form("description")
If it is the "Get" method, write :
description=Request.QueryString("description")
Bye
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.