I have a default set up with valueclick. What it does is point to a file on my server to display a banner from another network. The PROBLEM is that when I add the default in my Valueclick CP it works! But when I the ad shows the default on my site it just prints the code in the .js file where the banner should be. It just writes this: var dz=document; dz.writeln("<IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=728 HEIGHT=90 SRC=\"http://ad.yieldmanager.com/st?ad_type=iframe&ad_size=728x90§ion=201156\"></IFRAME>"); Code (markup): That is exactly what is in the .js file by the way. SO what am I doing wrong? I've set permissions to 777 on that file and it still doesn't fix it.
try: var dz=document; dz.writeln("<SCRIPT TYPE=\"text/javascript\" SRC=\"http://ad.yieldmanager.com/st?ad_type=iframe&ad_size=728x90§ion=201156\"><\/script>"); PHP: