Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: How to resize Frame A from button in Frame B in Netscape 4.5 and above?


Message #1 by "Arturo Salvador" <arturo@d...> on Thu, 7 Mar 2002 04:14:39
Hi,

I can successfully change the width of Frame A by pressing a button 
located in Frame B, only if I use Internet Explorer. But I cannot seem to 
be able to do the same in Netscape.

This is the code that I use in I.E.:
parent.document.body.cols = "0,*"

In Netscape, this code does not work:
parent.frames["A"].innerWidth = 300

Any ideas?

Thanks in advance!
Arturo

  Return to Index