Survey pop-up

Well I found out where the pop up is coming from.... HERE!!!

I went to user-cp to log on and there was the exact same add down the bottom.
So it seems that cfc now has pop-ups. I thought TF didn't want them in the forum?
 
He didn't want them, but I guess Telefragged didn't care... Or then it's a mistake.
 
I got this too on an unprotected machine. I hooked a work laptop up with no firewall or pop-up blocker, and got it the first time I logged on.

The problem has been rectified.
 
:mad: Arg!!! I am getting this stupid Survey pop-up add!!! Is there a way to get rid of this annoying add?
 
I caught the source code for the popup:

EDIT - if you want to catch the popup address and html, right click on it and "add to favourites". Open it up in a larger browser window, right click on some of your newfound white space, and "view source"

PHP:
<html>
<head>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="Sun, 01 SEP 1996 21:29:02 GMT">
<title>No Purchase Necessary</title>
<style type="text/css">
!--
BODY {font-family: helvetica, arial, sans-serif; font-size: 8px; color: black;
      margin: 0px;
      background-color: white;}

-->
</style>
<script language="javascript">
setTimeout('self.close()',(60*1000));
function load_survey()
{
	window.open("http://survey.questionmarket.com/surv/160637/ai_start.php?site=4&from_ec=2&from_aicode=0", "dlsurvey","height=700,width=775,toolbar=no,scrollbars=yes,resizable=yes");
    self.close();
}
</script>
</head>
<body style="margin:0px; "  TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"><center>
<a href=# onClick="load_survey()"><img src=/static/wc500c-240x240-2l-eng-usd.gif border=0 width=240 height=240></a>
</center></body>
</html>
 
Back
Top Bottom