Re: How to hide a selectbox in a form when another form is dragged above the first ?
Posted By:
Nitesh_Naveen
Posted On:
Friday, May 9, 2003 01:26 AM
If for IE only as mensioned, use
document.all["selectelementid"].style.display="none" to hide it
document.all["selectelementid"].style.display="" to show it