I have multiple checkboxes on my page and i want to access only the selected checkbox on the next page with the values of the selected checkboxes can any one give me the idea how to do it
handling multiple checkboxes
Collapse
X
-
Tags: None
-
how are you going to know which checkboxes will be selected on the next page?i want to access only the selected checkbox on the next page […]
if you mean to use the selected checkboxes on the next page somehow, that’s simple. only selected checkboxes are submitted.Last edited by Dormilich; Jan 2 '12, 03:41 AM.
Comment