i have two checboxes
<input type="checkbox" name="some" >
<input type="checkbox" name="other" >
the thing i want to do that when i check one of them other one should automatically unchecked. Remember that name of both checkboxes are changed not same . please help me . Thanx in advance
<input type="radio" name="other" >)