Hello all ,
Question - I have to disable some html controls. Not a problem in I.E. but they do not disable in Netscape. Basically I have a function and I call it in the onLoad of the body tag. In the funcion I have the following code:
function FormLoad()
{
document.frmQuestion.rdoCML[0].disabled = true //radio
document.frmQuestion.rdoCML[1].disabled = true
document.frmQuestion.rdoCML[2].disabled = true
document.frmQuestion.rdoCML[3].disabled = true
document.frmQuestion.cboDose.disabled = true //drop down
document.frmQuestion.cboFrequency.disabled = true
document.frmQuestion.cboLength.disabled = true
}//end function
How do I make this work in Netscape.......
Thanks,
Frandazzo
Question - I have to disable some html controls. Not a problem in I.E. but they do not disable in Netscape. Basically I have a function and I call it in the onLoad of the body tag. In the funcion I have the following code:
function FormLoad()
{
document.frmQuestion.rdoCML[0].disabled = true //radio
document.frmQuestion.rdoCML[1].disabled = true
document.frmQuestion.rdoCML[2].disabled = true
document.frmQuestion.rdoCML[3].disabled = true
document.frmQuestion.cboDose.disabled = true //drop down
document.frmQuestion.cboFrequency.disabled = true
document.frmQuestion.cboLength.disabled = true
}//end function
How do I make this work in Netscape.......
Thanks,
Frandazzo