![]() |
need auto-resize javascript code
I need a javascript code that auto-resizes my page to lets say 300x300 when they go to it. I tried looking on google but couldnt find anything.
|
you can take this and edit it
Code:
<script language="JavaScript"> |
Quote:
|
Quote:
|
Quote:
<script language="JavaScript"> <!-- START if (top.frames.length!=0) top.location=self.document.location; self.moveTo(0,0) self.resizeto(300,300) // END --> </script> and this: <script language="JavaScript"> <!-- START if (top.frames.length!=0) top.location=self.document.location; self.moveTo(0,0) self.resizeto(300,300); // END --> </script> neither worked and gives me some javascript error. Do I need to add something to the body tag? |
All times are GMT -7. The time now is 06:28 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123