Hi
what is the way we can make a checkbox checked or unchecked when user clicks a button in netscape navigator using javascript ..
it works with IE
document.formname.item("checkbox"
.checked=true;
but same code does not work with Netscape
can anyone suggest me what to do
Thanks
what is the way we can make a checkbox checked or unchecked when user clicks a button in netscape navigator using javascript ..
it works with IE
document.formname.item("checkbox"
but same code does not work with Netscape
can anyone suggest me what to do
Thanks