i have 5 checkboxes in one asp page, I am trying to get the values of all checkbox that are checked using for each loop but I dnt get any result, just a blank page. can u help me?
Herez my code where I am trying to get the values of all check boxes
for each cid in request.Form("chk")
response.Write cid & "<br>"
next