Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Hide Form Elements in IE5


Message #1 by "Slocum, Tom I." <TISLOCUM@G...> on Mon, 29 Jan 2001 09:05:03 -0500
Not sure about Netscape 6 though, but this will usually be tougher in 
Netscape. First of all, Netscape doesn't support reflowing the document 
client side; that is, you'll have to submit the page if you want to rebuild 
the page with a new layout.
However, you can use LAYERs to hide and show certain elements. This will, 
however, take way more time to develop than simply setting the visibility.

But then again, that wasn't the original question, was it?? ;-)

Imar


At 04:05 PM 1/30/2001 +0500, you wrote:
>all this is fine in case of IE
>
>what about Netscape?
>
>thanks


  Return to Index