Sinisterly
how to conenct index page with checkbox - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: PHP (https://sinister.ly/Forum-PHP)
+--- Thread: how to conenct index page with checkbox (/Thread-how-to-conenct-index-page-with-checkbox)



how to conenct index page with checkbox - hoxy - 01-26-2013

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


RE: how to conenct index page with checkbox - Ex094 - 01-26-2013

What are ya really trying to say?


RE: how to conenct index page with checkbox - hackarchives - 01-26-2013

Sorry but i don't really understand the question


RE: how to conenct index page with checkbox - zomgwtfbbq - 01-29-2013

I guess you have a form and when someone checks the checkbox the person is taken to another site as if that person just clicked a link?