Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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()">
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #check #box #redirect #nother #site #input #correct
ADD COMMENT
Topic
Name
4+2 =