ASP CHECKBOX
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!
Coddy posted this at 00:05 — 11th September 2000.
They have: 31 posts
Joined: Dec 1999
Try Request("Description")
Coddy
Mark Hensler posted this at 04:48 — 11th September 2000.
He has: 4,048 posts
Joined: Aug 2000
try:
Request.Form("Description")
does Request("Descriptiopn") work? I've never seen it like that.
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.