Jump to content

Checkbox


jaymc

Recommended Posts

I want to be able to click anywhere in a <TD> to select or unselect a checkbox

 

Here is some code Ive through together, it checks it but doesnt unselect

 

 

OnClick="if(document.getElementsByName('list').checked='false'){document.getElementsByName('list').checked='true'} else if(document.getElementsByName('list').checked='true'){document.getElementsByName('list').checked='false'}

 

Also, is there a better way in javascript to do this, at the moment Ive got this in every <TD> that has a checkbox

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/61274-checkbox/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.