| Author: komaladevi 27 May 2008 | Member Level: Gold Points : 2 |
bharathi where is the code .... i think code is missing right ?
|
| Author: Bharathi 27 May 2008 | Member Level: Diamond Points : 2 |
Yes Komaladevi you are right .. Thank You.
The code is :
function Select(id) { var obj = document.getElementById(id); if (obj.checked) obj.checked =false; else obj.checked =true; }
|