GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   need auto-resize javascript code (https://gfy.com/showthread.php?t=689057)

bbc3826 12-21-2006 09:29 PM

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.

madawgz 12-21-2006 09:30 PM

you can take this and edit it

Code:

<script language="JavaScript">             
<!-- START             
if (top.frames.length!=0)             
top.location=self.document.location;                           
self.moveTo(0,0)             
self.resizeTo(screen.availWidth,screen.availHeight)             
// END -->     
</script>


bbc3826 12-21-2006 11:23 PM

Quote:

Originally Posted by madawgz (Post 11569285)
you can take this and edit it

Code:

<script language="JavaScript">             
<!-- START             
if (top.frames.length!=0)             
top.location=self.document.location;                           
self.moveTo(0,0)             
self.resizeTo(screen.availWidth,screen.availHeight)             
// END -->     
</script>


where do you put the width and height ?

SmokeyTheBear 12-21-2006 11:32 PM

Quote:

Originally Posted by bbc3826 (Post 11569914)
where do you put the width and height ?

self.resizeto(300,300);

bbc3826 12-28-2006 06:50 PM

Quote:

Originally Posted by SmokeyTheBear (Post 11569948)
self.resizeto(300,300);

I tried both 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>

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