Jump to content

Revive in friendly iFrame


Rech25

Recommended Posts

On our site we use Adform. But the client gave us an expanding script /Javascript Tag from Revive Adserver.

How could this script:

<script type='text/javascript' src='//ad.xxx.sk/www/delivery/src_tg.php'></script>
<script type='text/javascript'><!--//<![CDATA[
   if(typeof(src_param)=='undefined'){src_param='';}
   var m3_u = (location.protocol=='https:'?'https://ad.xxx.sk/www/delivery/ajs.php':'http://ad.xxx.sk/www/delivery/ajs.php');
   var m3_r = Math.floor(Math.random()*99999999999);
   if (!document.MAX_used) document.MAX_used = ',';
   document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
   document.write ("?zoneid=2750&amp;source="+src_param);
   document.write ('&amp;cb=' + m3_r);
   if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
   document.write ("&amp;loc=" + escape(window.location));
   if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
   if (document.context) document.write ("&context=" + escape(document.context));
   if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
   document.write ("'><\/scr"+"ipt>");
//]]>--></script><noscript><a href='http://ad.xx.sk/www/delivery/ck.php?n=a0c089d8&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://ad.xxx.sk/www/delivery/avw.php?zoneid=27550&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a0c089d8' border='0' alt='' /></a></noscript>
 

 should be implemented as Third Party script in an friendly iFrame ???

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...