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 03-16-2005, 10:59 AM   #1
xxxanax
Confirmed User
 
Join Date: Aug 2004
Location: es ist nicht Ihr Geschäft
Posts: 2,285
Alright Programming Gurus--I have a question???

Is there a way to invoke a popup without having code in the <heah></head> of a page.

I want to call a php or perl script from an image tag ex:
<img src=whatever.php>

And have it cause a popup. problem is most popup/popunder scripts require code the be in the <head>, and I thought I'd get popup out of image leachers instead of blocking hotlinking completely...any ideas?

Much Thanks
__________________


Ich verkaufe Drogen

Last edited by xxxanax; 03-16-2005 at 11:00 AM..
xxxanax is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-16-2005, 11:21 AM   #2
mortenb
Confirmed User
 
mortenb's Avatar
 
Join Date: Jul 2004
Location: Denmark ICQ: 7880009
Posts: 2,203
You can't do it by loading an image, but you can put the code in an a tag.

<a href="javascript:window.open('someurl.php','window name','width=123,height=123');"><img src"someimg.jpg"></a>
mortenb is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-16-2005, 11:22 AM   #3
mortenb
Confirmed User
 
mortenb's Avatar
 
Join Date: Jul 2004
Location: Denmark ICQ: 7880009
Posts: 2,203
mayby if you showed your image through a flash animation.. then people would have to hotlink the flash file.
mortenb is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-16-2005, 11:30 AM   #4
teksonline
So Fucking Banned
 
Join Date: Jan 2005
Location: At My Desk
Posts: 2,904
tricks i have seen are putting a huge blank image on the right hand of the screen, as the person scrolls theyre mouse over that area javascript is executed via a mouseover and opens a page ;)
teksonline is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-16-2005, 11:49 AM   #5
xxxanax
Confirmed User
 
Join Date: Aug 2004
Location: es ist nicht Ihr Geschäft
Posts: 2,285
thanks guys...you are giving me a few ideas here
__________________


Ich verkaufe Drogen
xxxanax is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-16-2005, 01:53 PM   #6
xxxanax
Confirmed User
 
Join Date: Aug 2004
Location: es ist nicht Ihr Geschäft
Posts: 2,285
That's all you guys got?
__________________


Ich verkaufe Drogen
xxxanax is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-16-2005, 01:55 PM   #7
Evil1
Confirmed User
 
Industry Role:
Join Date: Mar 2002
Posts: 3,893
submitting gallerys huh
__________________
Evil1 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-16-2005, 02:55 PM   #8
mortenb
Confirmed User
 
mortenb's Avatar
 
Join Date: Jul 2004
Location: Denmark ICQ: 7880009
Posts: 2,203
Quote:
Originally Posted by xxxanax
That's all you guys got?
Well.. I could make a new picture format for you.. One that has popup code included..
Lets call it .xxxanaxpg
And then I could make sure that every browser in the world has support for that picture format.. And then I could sell the exclusive rights to the popup code to you..

I can have it all done tomorrow at 10am.
mortenb is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-16-2005, 03:09 PM   #9
feN
Confirmed User
 
Join Date: Aug 2003
Location: ger
Posts: 2,547
ich will heroin von dir kaufen
__________________
feN is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-16-2005, 03:20 PM   #10
camcutie
Confirmed User
 
Join Date: Oct 2004
Location: USA
Posts: 817
I don't know if this is what you are looking for but it is placed in the <body> only.

XOXOXO
*Krystal*

<script>

//Pop-under window- By JavaScript Kit
//Credit notice must stay intact for use
//Visit http://javascriptkit.com for this script

//specify page to pop-under
var popunder="http://www.camcutie.com/"

//Pop-under only once per browser session? (0=no, 1=yes)
//Specifying 0 will cause popunder to load every time page is loaded
var once_per_session=1

///No editing beyond here required/////

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end hahahaha -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(off set, end))
}
}
return returnvalue;
}

function loadornot(){
if (get_cookie('popunder')hahahaha''){
loadpopunder()
document.cookie="popunder=yes"
}
}

function loadpopunder(){
win2=window.open(popunder)
win2.blur()
window.focus()
}

if (once_per_sessionhahahaha0)
loadpopunder()
else
loadornot()

</script>
__________________

Please Visit My Website CamCutie.com

ICQ 203-628-284
camcutie 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.