How do I loop through all checkboxes on my webpage with JScript/VBScript?
Printable View
How do I loop through all checkboxes on my webpage with JScript/VBScript?
Wrong forum mate. :p
for each item in request.form
....
next
or for each item in request.querystring
...
next
depends on wether you're using the post or the get method