how to conenct index page with checkbox 01-26-2013, 12:39 PM
#1
How can we make a connection with checkbox index
<form name="apply">
<input type="checkbox" onClick="document.apply['submit'].disabled =(document.apply['submit'].disabled)? false : true">KPG Tools
<input type="submit" id="submit" name="submit" value="OK" class="button" style="float: center;" disabled>
</form>
an example here page home checkbox !
www.site.com
I've found this in codes cheboxit but do not know how to connect with an index page
when we click ok to open a new page
exaple : www.site.com/tools.php
<form name="apply">
<input type="checkbox" onClick="document.apply['submit'].disabled =(document.apply['submit'].disabled)? false : true">KPG Tools
<input type="submit" id="submit" name="submit" value="OK" class="button" style="float: center;" disabled>
</form>
an example here page home checkbox !
www.site.com
I've found this in codes cheboxit but do not know how to connect with an index page
when we click ok to open a new page
exaple : www.site.com/tools.php
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)

