Answers for "how to make a check box that redirect to a nother site is is the input value is correct"

0

how to make a check box that redirect to a nother site is is the input value is correct

<input type="checkbox" name="gender" value="male" id="male" >
<input type="checkbox" name="gender" value="female" id="female" >

<input type="submit" onClick="redirect()">
Posted by: Guest on June-08-2021

Code answers related to "how to make a check box that redirect to a nother site is is the input value is correct"

Browse Popular Code Answers by Language