|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Industry Role:
Join Date: Aug 2002
Location: BP4L.... Las Vegas,
Posts: 8,370
|
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....
__________________
AVN Nominated Camming Couple |
|
|
|
|
|
#2 |
|
Confirmed User
Industry Role:
Join Date: Aug 2002
Location: BP4L.... Las Vegas,
Posts: 8,370
|
anyone
__________________
AVN Nominated Camming Couple |
|
|
|
|
|
#3 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Sep 2002
Posts: 34,431
|
where it says 'left=0' , replace that with 'right=5' or zero if u want.
__________________
I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!
|
|
|
|
|
|
#4 |
|
Confirmed User
Industry Role:
Join Date: Aug 2002
Location: BP4L.... Las Vegas,
Posts: 8,370
|
when I do that it still loads on the upper left...
__________________
AVN Nominated Camming Couple |
|
|
|
|
|
#5 |
|
Confirmed User
Join Date: Jan 2003
Location: Austin, TX
Posts: 698
|
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);
|
|
|
|
|
|
#6 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Sep 2002
Posts: 34,431
|
doh......... doesnt work - the code Fletcher posted does tho
__________________
I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!
|
|
|
|
|
|
#7 | |
|
Confirmed User
Industry Role:
Join Date: Aug 2002
Location: BP4L.... Las Vegas,
Posts: 8,370
|
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 --
__________________
AVN Nominated Camming Couple |
|
|
|
|
|
|
#8 |
|
Guest
Posts: n/a
|
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.
|
|
|
|
#9 | |
|
Confirmed User
Industry Role:
Join Date: Aug 2002
Location: BP4L.... Las Vegas,
Posts: 8,370
|
Quote:
__________________
AVN Nominated Camming Couple |
|
|
|
|
|
|
#10 |
|
So Fucking Banned
Join Date: Aug 2003
Location: myrtle beach
Posts: 185
|
haha!
![]() |
|
|
|