View Single Post
Old 01-05-2008, 08:23 PM  
JD
Too lazy to set a custom title
 
Industry Role:
Join Date: Sep 2003
Posts: 22,651
Quote:
Originally Posted by commonsense View Post
I got it too. Something is fucked with her popunder/rollerunder code. Did you let them know? When this happens it's generally unintentional.
the code on her site is NOT code for a pop of any kinda. code like that is 100% intentional.

a popover/under would be something like this:

Code:
<SCRIPT LANGUAGE="JavaScript">

function goNewWin() {

//***Get what is below onto one line***

TheNewWin =window.open("popunderexample.html",'TheNewpop','toolbar=1,
location=1,directories=1,status=1,menubar=1,
scrollbars=1,resizable=1');

//***Get what is above onto one line***

TheNewWin.blur();

}
</SCRIPT>
the code CURRENTLY is:

Code:
<script>
 parent.opener.location = "http://secure.sunnysgirlfriends.com/track/MTYwNzozOjU/";
</script>
JD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote