View Single Post
  #1 (permalink)  
Old 01-20-05, 06:17 AM
rdnpa rdnpa is offline
New Member
 
Join Date: Dec 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
how can i fix window.resizeto problem in firefox

I need to use the following code in an iframe in order to resize it when it opens.

<SCRIPT LANGUAGE="javascript">
<!--
width=700;
height=180;
window.resizeTo(width,height);
//-->
</SCRIPT>

The problem is that it works in IE but does not work in firefox.
Can anyone think of a way of making it work in firefox?

Thanks.
Reply With Quote