Dylan1968
-----------------
Dylan1968
The code snippet provided by Imar will work you need to toggle the id by obj.style.display = 'block';
obj.style.display = 'none';
based on checkbox checked value you can toggle.
Hope this will help you
Cheers :)
vinod
|