I use the image tag and it works for me
-----Original Message----- From: Piotr Burda <[EMAIL PROTECTED]> Date: Mon, 29 Sep 2008 10:19:34 To: <[email protected]> Subject: [TYPO3] OpenX jv invocation code not working under typo3 4.2 Hi After uprading from Openads to OpenX v2.6.0 i have problems with javascript invocation code. In my html template i`ve this code: <script type='text/javascript'><!--//<![CDATA[ var m3_u = (location.protocol=='https:'?'https://www.xxxxxxxxx/www/delivery/ajs.php':'http://www.xxxxxxxxxx/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=2"); document.write ('&cb=' + m3_r); if (document.MAX_used != ',') document.write ("&exclude=" + document.MAX_used); document.write (document.charset ? '&charset='+document.charset : (document.characterSet ? '&charset='+document.characterSet : '')); document.write ("&loc=" + escape(window.location)); if (document.referrer) document.write ("&referer=" + escape(document.referrer)); if (document.context) document.write ("&context=" + escape(document.context)); if (document.mmm_fo) document.write ("&mmm_fo=1"); document.write ("'><\/scr"+"ipt>"); //]]>--></script><noscript><a href='http://www.www.xxxxxxxxxx/www/delivery/ck.php?n=ad5b0af1&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://www.www.xxxxxxxxxx/www/delivery/avw.php?zoneid=2&cb=INSERT_RANDOM_NUMBER_HERE&n=ad5b0af1' border='0' alt='' /></a></noscript> But in source of my page i have only this small part of it: <script type="text/javascript"><!--//<![CDATA[ var m3_u = (location.protocol=='https:'?'https://www.www.xxxxxxxxxx/www/delivery/ajs.php':'http://www.www.xxxxxxxxxx/www/delivery/ajs.php'); var m3_r = Math.floor(Math.random()*99999999999); if (!document.MAX_used) document.MAX_used = ','; document.write (""); //]]>--></script><noscript><a href="http://www.www.xxxxxxxxxx/www/delivery/ck.php?n=ad5b0af1&cb=INSERT_RANDOM_NUMBER_HERE" target="_blank"><img src="http://www.www.xxxxxxxxxx/www/delivery/avw.php?zoneid=2&cb=INSERT_RANDOM_NUMBER_HERE&n=ad5b0af1" alt="" border="0" /></a></noscript> And as you can imagine it`s not working. I`m using typo3 4.2.1 with qcom_htmlcleane 2.4.0 _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
