ASP CHECKBOX

They have: 39 posts

Joined: Jun 2000

how can I trap the value of a checkbox within the asp page "creport.asp", posted from the following form:

Description

Thanks!

They have: 31 posts

Joined: Dec 1999

Try Request("Description")

Coddy

Mark Hensler's picture

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.