I have a check box with these parameters:
<input type="checkbox" name="ForeignAddr" value="1">
I would like the user to go to a page (claimant_edit.php) if they click on the box (change the value). Can this be done, and if so, what is the syntax for the onClick()?
Many thanks...