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)
-   -   someone help me with this script real fast please (https://gfy.com/showthread.php?t=160779)

DirtyDanza 08-05-2003 11:44 PM

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....

DirtyDanza 08-05-2003 11:50 PM

anyone

Mutt 08-05-2003 11:50 PM

where it says 'left=0' , replace that with 'right=5' or zero if u want.

DirtyDanza 08-05-2003 11:53 PM

when I do that it still loads on the upper left...

fletcher 08-05-2003 11:54 PM

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");
popWin.moveTo((screen.width - 520), 0);

That should do it.

Mutt 08-05-2003 11:57 PM

doh......... doesnt work - the code Fletcher posted does tho :thumbsup

DirtyDanza 08-06-2003 12:02 AM

Quote:

Originally posted by fletcher
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");
popWin.moveTo((screen.width - 520), 0);

That should do it.

where do I add that ..... do I replace my whole code? this is what I am putting now and getting a script error....


!-- 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 --

shermo 08-06-2003 12:13 AM

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.

DirtyDanza 08-06-2003 12:16 AM

Quote:

Originally posted by shermsshack
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.
LOL.... Yeah Fletcher ICQ'd and beat into my brain what to do .... I think I musta taken one to many bonghits....

fro n gc 09-04-2003 04:51 PM

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