ASP Question

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: 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.