Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2006-02-06, 12:21 PM   #1
dunkin
Just because I don't care doesn't mean I don't understand!
 
dunkin's Avatar
 
Join Date: Feb 2004
Posts: 92
Is this the correct script?

Hello gang,
Is this the correct script to open a page that will fit properly on any size screen resolution? I have tried it and it appears to work correctly. Just wanted to make sure this was all that is needed or is there too much coding. Also, should the margins be set to zero? Not sure.
Thanks again,
Dunkin

<script>
<!--
if (window!= top)
top.location.href=location.href
// -->
</script>
<script language="JavaScript1.2">
<!--
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
//-->
</script>
dunkin is offline   Reply With Quote
Old 2006-02-06, 03:04 PM   #2
DangerDave
Bonged
 
DangerDave's Avatar
 
Join Date: Mar 2003
Location: BrisVegas, AUSTRALIA
Posts: 4,882
There is nothing more annoying than resizing of windows... It assumes that EVERYONE has the same 'visual' setup..

Lots of clever people DONT..
eg: they have sidebars, start bars at the top of their screen, multiple screen setups etc

Any site that resizes my windows, I just close.
Any submission that resizes my window gets deleted.

DD
__________________
Old Dollars >>>> Now with over 90 Hosted Free Sites <<<<
DangerDave.com.au - Adult Links to Free Porn
DangerDave is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:20 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc