0
Guys I have a checkbox, and I need javascript to send the link according to the checkbox selected.
Example
html:
<input type='checkbox' id='1'>
<input type='checkbox' id='2'>
<input type='checkbox' id='3'>
Javascript
Well the javascrip has to call the following link
http://link do site/index.php?id=(id igual ao do checkbox)
Does anyone know how to do this with javascript?
When do you want the link sent and where? When do you select the checkbox? Can you explain it better?
– Sergio