![]() |
![]() |
![]() |
||||
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
Join Date: Aug 2004
Location: es ist nicht Ihr Geschäft
Posts: 2,285
|
![]() 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 |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
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> |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
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.
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
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 ;)
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 |
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 |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#6 |
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 |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#7 |
Confirmed User
Industry Role:
Join Date: Mar 2002
Posts: 3,893
|
submitting gallerys huh
__________________
![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#8 | |
Confirmed User
Join Date: Jul 2004
Location: Denmark ICQ: 7880009
Posts: 2,203
|
Quote:
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. ![]() |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#9 |
Confirmed User
Join Date: Aug 2003
Location: ger
Posts: 2,547
|
ich will heroin von dir kaufen
__________________
![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#10 |
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> |
![]() |
![]() ![]() ![]() ![]() ![]() |