flash ads

root

Site Team
Staff member
Messages
8,185
Location
UK
OK...
kind of like a pop up add but not, it was one of those annoying flash adds that pop up in front of the page. (you know that kind that usually have a cross to close the add, but it's not in a window, and it's not really a pop-up, it just appears on the page.

any way, this one didn't have a cross, it was just in the middle of the screen and in the way...

anyway... this is the code from the page to help you find the advertiser responsible for this.

Code:
<!--- start of focusIN code --->
<center>
<script language="JavaScript">
<!--
   var now = new Date();
   var uaid = now.getTime() % Math.floor(8640000 - Math.random()*1000);
   document.write('<iframe allowTransparency="true" src="http://focusin.ads.targetnet.com//ad/id=LindonNet&opt=hhj&rw=468&rh=60&urlid=1&cv=210&uid=' + uaid + '" width=468 height=60 frameborder=0 marginheight=0 marginwidth=0 scrolling="no">');
   document.write('<a href="http://focusin.ads.targetnet.com//ad/id=LindonNet&opt=cij&rw=468&rh=60&urlid=1&cv=210&uid=' + uaid + '" target="_top">');
   document.write('    <img src="http://focusin.ads.targetnet.com//ad/id=LindonNet&opt=hij&rw=468&rh=60&urlid=1&cv=210&uid=' + uaid + '" alt="Click here to visit our sponsor" width=468 height=60 border=0>');
   document.write('</a><br><font face="arial" size="1"><a href="http://www.mammamediasolutions.com/publishers/graphic/">Mamma Media Solutions</a></font></iframe>');
//-->
</script>
<noscript>
   <iframe allowTransparency="true" src="http://focusin.ads.targetnet.com//ad/id=LindonNet&opt=hhn&rw=468&rh=60&urlid=1&cv=210&uid=1" width=468 height=60 frameborder=0 marginheight=0 marginwidth=0 scrolling="no">
   <a href="http://focusin.ads.targetnet.com//ad/id=LindonNet&opt=cin&rw=468&rh=60&urlid=1&cv=210&uid=1" target="_top"><br>
   <img src="http://focusin.ads.targetnet.com//ad/id=LindonNet&opt=hin&rw=468&rh=60&urlid=1&cv=210&uid=1" alt="Click here to visit our sponsor" width=468 height=60 border=0>
   </a><br><font face="arial" size="1"><a href="http://www.mammamediasolutions.com/publishers/graphic/">Mamma Media Solutions</a></font></iframe>
</noscript>
</center>
<!------------ end of focusIN code ------------>
 
Yeah, this site is getting alot of unwanted pop ups now. Especially when I use it on mates machines that don't use Firefox that have banner protection.
 
Back
Top Bottom