Code: Select all
function checkOther()
{
var other = document.getElementById("rowOther");
if(document.frmAddItem.cboName.options[document.frmAddItem.cboName.selectedIndex].value == "other")
other.style.display = "block";
else
other.style.display = "none";
}now the problem is on display it works fine in IE but the alignment of row is disturbed in Netscape