Kay1021 Posted June 13, 2009 Share Posted June 13, 2009 Is there a way to send the info of a checkbox without submitting a form. I am using an editable text section as well (mootools) and after you click outside it sends the information to the database...i'm wondering if I can do the same with my checkbox. When they click it...the result is sent to the database. I am using this checkbox... http://lipidity.com/fancy-form/ Thanks Link to comment https://forums.phpfreaks.com/topic/162007-checkbox-sent-without-submit/ Share on other sites More sharing options...
ldougherty Posted June 13, 2009 Share Posted June 13, 2009 To run a query or something of that nature you could use an onClick for the check box to execute a page that runs the query. http://www.w3schools.com/jsref/jsref_onClick.asp Link to comment https://forums.phpfreaks.com/topic/162007-checkbox-sent-without-submit/#findComment-854845 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.