brown2005 Posted February 28, 2007 Share Posted February 28, 2007 <input type="checkbox" name="testBoxA" value="test1" /> <input type="checkbox" name="testBoxB" value="test2" /> <input type="checkbox" name="testBoxC" value="test3" /> if i tick checkbox testBoxA can i make b and c automatically not ticked, and the same if i click each of them? Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted February 28, 2007 Share Posted February 28, 2007 make them radio buttons (with the same name)... Quote Link to comment Share on other sites More sharing options...
itsmeArry Posted March 1, 2007 Share Posted March 1, 2007 or simply call a javascript function to disable the checkboxes when you on one checkbox... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.