I don't know If I'm in the correct place but you may be able to help.
I'm trying to find some code to fill a range of checkboxes.
I have over 400 hundred checkboxes that need a tick next to them,as you can Imagine doing this is a touch on the boring side(See the below code how that was solved)
My question is lets say I only need to tick say boxes 50 to 380 Is there someway of doing this?
I have got code to tick all 400 boxes in 1 go like this.
<!-Extra Reverse selected button->
<div id="groups" class="admin">
<form name="form2" method="post" action="admin.php">
<input class="newgroup" type="button" value="Reverse selected"
onClick="inverse(this.form);">
<table border="0" cellspacing="1" cellpadding="1">
<!-Extra Reverse selected button->
I don't want a page full of code to accomplish this,Just short and sweet like the above code.
Thanks for your time In solving this problem.
I'm trying to find some code to fill a range of checkboxes.
I have over 400 hundred checkboxes that need a tick next to them,as you can Imagine doing this is a touch on the boring side(See the below code how that was solved)
My question is lets say I only need to tick say boxes 50 to 380 Is there someway of doing this?
I have got code to tick all 400 boxes in 1 go like this.
<!-Extra Reverse selected button->
<div id="groups" class="admin">
<form name="form2" method="post" action="admin.php">
<input class="newgroup" type="button" value="Reverse selected"
onClick="inverse(this.form);">
<table border="0" cellspacing="1" cellpadding="1">
<!-Extra Reverse selected button->
I don't want a page full of code to accomplish this,Just short and sweet like the above code.
Thanks for your time In solving this problem.