![]() |
someone help me with this script real fast please
!-- BEGIN CODE
var exit=true; function fast() { if (exit) open("http://www.dirtysdicksuckers.com/consoles/pop-1.html","autopop","toolbar=0,location=0,status=1,m enubar=0,scrollbars=0,resizable=1,top=0,left=0,wid th=520,height=520"); } // END CODE -- thats on the index page from dirtysdicksuckers.com and what I want it to do is load on the upper right corner rather than the left corner... it has to be simple but I can't figure it out.... |
anyone
|
where it says 'left=0' , replace that with 'right=5' or zero if u want.
|
when I do that it still loads on the upper left...
|
change the open(....) line to these two:
Code:
var popWin = window.open("http://www.dirtysdicksuckers.com/consoles/pop-1.html","autopop","toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=1,top=0,left=0,width=520,height=520"); |
doh......... doesnt work - the code Fletcher posted does tho :thumbsup
|
Quote:
!-- BEGIN CODE var exit=true; function fast() { if (exit) var popWin = window.open("http://www.dirtysdicksuckers.com/consoles/pop-1.html","autopop"," toolbar=0,location=0,status=1,menubar=0,scrollbars =0,resizable=1,top=0,left=0,width=520,height=520") ; popWin.moveTo((screen.width - 520), 0); } // END CODE -- |
You broke it Dirty...there goes your career! I'm assuming you've gotten it fixed? Looked fine when I checked it out a few mins ago.
|
Quote:
|
haha!:BangBang:
|
| All times are GMT -7. The time now is 06:20 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123