networkthis Posted June 11, 2008 Share Posted June 11, 2008 is it possible to get the value of a selected checkbox and send it to a new page without using a form? Link to comment https://forums.phpfreaks.com/topic/109770-sending-checkbox-value-to-new-page/ Share on other sites More sharing options...
DyslexicDog Posted June 11, 2008 Share Posted June 11, 2008 You could use GET or javascript. Link to comment https://forums.phpfreaks.com/topic/109770-sending-checkbox-value-to-new-page/#findComment-563295 Share on other sites More sharing options...
hansford Posted June 11, 2008 Share Posted June 11, 2008 sure, but why would you go to all of that trouble when you can just put it in a form. Otherwise you have to create a gif for the checkbox, place it in a div, create an onclick event hadler to let you know it was checked, pass that to javascript then onto php etc... Link to comment https://forums.phpfreaks.com/topic/109770-sending-checkbox-value-to-new-page/#findComment-563296 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.