Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Self resize frame

Status
Not open for further replies.

phototaker

Technical User
Mar 6, 2001
126
US
I am trying to set the size of a frameset. I have tried using <script>
self.resizeTo(870,720);
</script> in the head and also using the same instructions in the top frame code, but it doesn't seem to resize the page. Please advise if anyone has a fix. Thanks in advance. Richard [hammer] [hammer]
 
Code:
<script>top.resizeTo(870,720);</script>

use top instead of self

Cheech

[Peace][Pipe]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top