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.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 01-12-2005, 12:10 AM   #1
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
I need a code for a pop up window...can anyone help?

I need something that doesn't require a tag in the <head> of the html

when someone clicks a certain image it pops open a window with specific dimensions

anyone got something for me?
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-12-2005, 12:11 AM   #2
MBS Auto
Confirmed User
 
Join Date: Oct 2004
Location: Sin City Baby...
Posts: 1,725
Java okay????
__________________
Shoes and Boot
MBS Auto is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-12-2005, 12:12 AM   #3
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally Posted by MBS Auto
Java okay????
sure, as long as it doesn't make me include anything in the head...i just need it to be a a href link basically...
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-12-2005, 12:13 AM   #4
JDog
Confirmed User
 
Join Date: Feb 2003
Location: Canby, OR
Posts: 7,453
Can do that easily in JavaScript.

jDoG
__________________
NSCash now powering ReelProfits.com
ALSO FEATURING: NSCash.com :: SoloDollars.com :: ReelProfits.com :: BiminiBucks.com :: VOD
PROGRAMS COMING SOON: Greedy Bucks :: Vengeance Cash
NOW OFFERING OVER 60 SITES
CONTACT :: JAMES SMITH :: CHIEF TECHNOLOGY OFFICER :: ICQ (711385133)
JDog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-12-2005, 12:13 AM   #5
HAPPYPEEKERS
Confirmed User
 
HAPPYPEEKERS's Avatar
 
Industry Role:
Join Date: Feb 2004
Location: Margaritaville
Posts: 7,562
I have a code for a pop under that beats sp2 if you want it
__________________
Please Read All Of My Posts In A Sarcastic Tone So You Get The Full Effect!!



HappyPeekers - April
HAPPYPEEKERS is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-12-2005, 12:14 AM   #6
rickholio
Confirmed User
 
Industry Role:
Join Date: Jan 2004
Location: Nor'easterland
Posts: 1,914
<IMG SRC=blah.gif onClick="window.open('otherpage.html', 'framename','width=640,height=480')">

Will that do?
rickholio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-12-2005, 12:14 AM   #7
JDog
Confirmed User
 
Join Date: Feb 2003
Location: Canby, OR
Posts: 7,453
Quote:
Originally Posted by Happypeekers
I have a code for a pop under that beats sp2 if you want it
If it is in a herf link - no browser will block it. It will only pop up once somebody clicks on it and popup blockers don't mind that.

jDoG
__________________
NSCash now powering ReelProfits.com
ALSO FEATURING: NSCash.com :: SoloDollars.com :: ReelProfits.com :: BiminiBucks.com :: VOD
PROGRAMS COMING SOON: Greedy Bucks :: Vengeance Cash
NOW OFFERING OVER 60 SITES
CONTACT :: JAMES SMITH :: CHIEF TECHNOLOGY OFFICER :: ICQ (711385133)
JDog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-12-2005, 12:14 AM   #8
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally Posted by JDog
Can do that easily in JavaScript.

jDoG
yeah, i never bothered to learn javascript though...LOL
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-12-2005, 12:14 AM   #9
sharpx9
Registered User
 
Join Date: Sep 2004
Location: Clearwater, FL
Posts: 2,085
just whorin through...
sharpx9 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-12-2005, 12:16 AM   #10
MBS Auto
Confirmed User
 
Join Date: Oct 2004
Location: Sin City Baby...
Posts: 1,725
<SCRIPT LANGUAGE="JavaScript">
<!--
function GetCookie(name) {
var arg=name+"=";
var alen=arg.length;
var clen=document.cookie.length;
var i=0;
while (i<clen) {
var j=i+alen;
if (document.cookie.substring(i,j)hahahahaarg)
return "here";
i=document.cookie.indexOf(" ",i)+1;
if (ihahahaha0) break;
}
return null;
}
var visit=GetCookie("COOKIE1");
if (visithahahahanull){
var expire=new Date();
window.name = "thiswin";
newwin=open("valentines.htm", "dispwin",
"width=590,height=300,scrollbars=no,menubar=no ");
document.cookie="COOKIE1=here; expires=Thu 01-01-2004 00:00:00 GMT;";
}
// -->
</SCRIPT>
__________________
Shoes and Boot
MBS Auto is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-12-2005, 12:16 AM   #11
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally Posted by rickholio
<IMG SRC=blah.gif onClick="window.open('otherpage.html', 'framename','width=640,height=480')">

Will that do?
worked perfectly

thanks
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-12-2005, 12:16 AM   #12
MBS Auto
Confirmed User
 
Join Date: Oct 2004
Location: Sin City Baby...
Posts: 1,725
valentines.htm replace that with your htm page
__________________
Shoes and Boot
MBS Auto is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-12-2005, 12:17 AM   #13
rickholio
Confirmed User
 
Industry Role:
Join Date: Jan 2004
Location: Nor'easterland
Posts: 1,914
Quote:
Originally Posted by JaceXXX
worked perfectly

thanks
rickholio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-12-2005, 12:18 AM   #14
HAPPYPEEKERS
Confirmed User
 
HAPPYPEEKERS's Avatar
 
Industry Role:
Join Date: Feb 2004
Location: Margaritaville
Posts: 7,562
<SCRIPT>
<!-- BEGIN EXIT CODE
var console=true;
function exit()
haha123;
if (console) haha123;
window.showModalDialog("http://domain.com/pop.html",null,"dialogWidth:" + screen.availWidth + "px;dialogHeight:" + screen.availHeight + "px;center:1;scroll:1;help:1;resizable:1");
}
}
// END EXIT CODE -->
</SCRIPT>



*Change http://domain.com/pop.html to the URL or path to your console file.
*Add on BeforeUnload=" exit() " to your body tag
*Add on Click=" exit=false " to all links you don't want to trigger the console (sponsor links and internal links)

EDIT....

Opps.. looks like I was not fast enough.. here it is anyways in case you ever need it lol

:-)
__________________
Please Read All Of My Posts In A Sarcastic Tone So You Get The Full Effect!!



HappyPeekers - April

Last edited by HAPPYPEEKERS; 01-12-2005 at 12:19 AM..
HAPPYPEEKERS is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.