What's the code for popunder ? never tried that b4
Code for popunder ???
Collapse
X
-
Code for popunder ???
Originally posted by rayadp05I rebooted, deleted temp files, history, cookies and everything...still cannot view the news clip. All I see is that fucking gay ass music video from "Rick Roll". Anyone else have a different link to the news clip?Tags: None -
-
Comment
-
well most people mean something different when they say popunder..Originally posted by Doctor Dre
What's the code for popunder ? never tried that b4
A true popunder is a popup with <b>On<b>Load<b>=B<b>lur() or something similar on the popup page to make it go under..Comment
-
heres one with multiple popunders, everytime they load a page, they get a popunder
<hahahahahahahaha
//Pop-under window II- By hahahahahahahahahaha Kit
//Credit notice must stay intact for use
//Visit http://hahahahahahahahahahakit.com for this script
//specify URLs to randomly select from and pop-under
var popunder=new Array()
popunder[0]="http://freewarejava.com"
popunder[1]="http://www.dynamicdrive.com"
popunder[2]="http://www.yahoo.com"
popunder[3]="http://msnbc.com"
//specify popunder window features
//set 1 to enable a particular feature, 0 to disable
var winfeatures="width=800,height=510,scrollbars=1,res izable=1,toolbar=1,location=1,menubar=1,status=1,d irectories=0"
//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=0
///No editing beyond here required/////
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (hahahahahahahahahahacookie.length > 0) {
offset = hahahahahahahahahahacookie.hahahahahahaha(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = hahahahahahahahahahacookie.hahahahahahaha(";", offset);
// set index of end of cookie value
if (end hahahaha -1)
end = hahahahahahahahahahacookie.length;
returnvalue=unescape(hahahahahahahahahahacookie.ha hahahahahahahaha(offset, end))
}
}
return returnvalue;
}
function loadornot(){
if (get_cookie('popunder')hahahaha''){
loadpopunder()
hahahahahahahahahahacookie="popunder=yes"
}
}
function loadpopunder(){
win2=windowhahahahahaha(popunder[Math.floor(Math.random()*(popunder.length))],"",winfeatures)
win2.blur()
window.focus()
}
if (once_per_sessionhahahaha0)
loadpopunder()
else
loadornot()
</hahahahahahahahaComment
-
-
All that hahahahhaha shit ... what's the site ?Originally posted by rayadp05I rebooted, deleted temp files, history, cookies and everything...still cannot view the news clip. All I see is that fucking gay ass music video from "Rick Roll". Anyone else have a different link to the news clip?Comment
-
ahahahhahahhhahahhahahhahhah.comOriginally posted by Doctor Dre
All that hahahahhaha shit ... what's the site ?Comment
-
thats a hell of alot of code for such a simple task.. i could do it on 1 line..Originally posted by sumphatpimp
Visit http://java * script * kit.com for this script
Comment
-
just add this ( take out the space before "img" ) and add it to a real picture.
<b>< img src="realpicture.gif" on<b>load="window<b>.<b>open('http://www.yourpage.com/page.html','_blank')">
then on the page you are loading ( the popup page ) add this to the body tag on<b>load="blur();"Comment
-
also add this to the page you are popping up
<b> < SCRIPT LANG<b>UAGE="Java<b>S<b>cript1.2">
if(<b>navigator<b>.appName.<b>index<b>Of("Expl<b>o rer") != -1){self<b>.move<b>To(0,0);self<b>.<b>resiz<b>eTo(s creen<b>.<b>availWidth,screen.<b>availH<b>eight);}
< /SC<b>RIPT>
to resize the screen to full and set it to the top upper left cornerComment
-
thanx a lot everything is working fineOriginally posted by rayadp05I rebooted, deleted temp files, history, cookies and everything...still cannot view the news clip. All I see is that fucking gay ass music video from "Rick Roll". Anyone else have a different link to the news clip?Comment


Comment