Quote:
Originally Posted by commonsense
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>