Click to See Complete Forum and Search --> : Problem With Hiding Table Rows On Netscape


fvillena
01-05-2004, 01:37 PM
Hi Everyone

I have a property search page and my client wants various form fields and table rows hidden until the user selects various form options.

I have done this by using onchange and document.getElementById("commercial").style.display="none";

Then I've given the table row the id of commercial.

This works perfectly in Internet Explorer but not at all on Netscape, unfortunately I've spent some time using the above solution on various pages throughout the site.

Does anyone know a quick fix (or a slow one) that will allow the above to work on Netscape.

Much obliged

Francisco Villena

ray326
01-05-2004, 03:42 PM
Works fine for me in Mozilla (modern Netscape).