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? Quote 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. Quote 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... Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.