p_hendyarto
New Member
- Joined
- May 12, 2012
- Messages
- 4
Dear All,
is there anyone knows how to check/tick all the checkbox in multiple pages?
the site is internal site, i need to check/tick all the existing checkbox, then go to the next page (if any), check/tick all checkbox, and so on until there is no pages that contain checkbox.
the problem is for each input, may have vary pages. example input#1 have 7 checkboxes in one page, input#2 might have 20 checkboxes in 3 pages.
one thing for sure, each pages only contain max 8 checkboxes.
HTML code
please advice if anyone could assist to validate if there more check box click to the next page until there is not page anymore
thanks in advance for your help
is there anyone knows how to check/tick all the checkbox in multiple pages?
the site is internal site, i need to check/tick all the existing checkbox, then go to the next page (if any), check/tick all checkbox, and so on until there is no pages that contain checkbox.
the problem is for each input, may have vary pages. example input#1 have 7 checkboxes in one page, input#2 might have 20 checkboxes in 3 pages.
one thing for sure, each pages only contain max 8 checkboxes.
HTML code
HTML:
'id of check box#1
input id="dgView__ctl9_chkSelectBox" type="checkbox" name="dgView:_ctl9:chkSelectBox"
'Id of checkbox#8
input id="dgView__ctl10_chkSelectBox" type="checkbox" name="dgView:_ctl10:chkSelectBox"
'link to second page
a href="javascript:__doPostBack('dgView$_ctl12$_ctl1','')"
please advice if anyone could assist to validate if there more check box click to the next page until there is not page anymore
thanks in advance for your help