Вставка ява скрипта

Автор Tjom, 03 апреля 2009, 22:31:59

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

Tjom

В OpenX генерится код для вставки рекламного блока
<script type='text/javascript'><!--//<![CDATA[
   var m3_u = (location.protocol=='https:'?'https://future-me.ru/openx/www/delivery/ajs.php':'http://future-me.ru/openx/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=10&amp;charset=Windows-1251");
   document.write ('&amp;cb=' + m3_r);
   if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
   document.write ('&amp;charset=Windows-1251');
   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://future-me.ru/openx/www/delivery/ck.php?n=abb7a697&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://future-me.ru/openx/www/delivery/avw.php?zoneid=10&amp;charset=Windows-1251&amp;n=abb7a697' border='0' alt='' /></a></noscript>


При его вставке - СМФ пишет, что сбой в шаблоне
Экранирую кавычки, получаю
<script type='text/javascript'><!--//<![CDATA[
   var m3_u = (location.protocol=='https:'?'https://future-me.ru/openx/www/delivery/ajs.php':'http://future-me.ru/openx/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=10&amp;charset=Windows-1251\");
   document.write ('&amp;cb=' + m3_r);
   if (document.MAX_used != ',') document.write (\"&amp;exclude=\" + document.MAX_used);
   document.write ('&amp;charset=Windows-1251');
   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://future-me.ru/openx/www/delivery/ck.php?n=abb7a697&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://future-me.ru/openx/www/delivery/avw.php?zoneid=10&amp;charset=Windows-1251&amp;n=abb7a697' border='0' alt='' /></a></noscript>


Такая же фигня. Не хочет отображатсья ни код, ни вообще шаблон и форум.  wallbash
Подскажите пож, как сделать правильно?

CedarMill

Может стоит попробовать мод Ad Management
Через него можно вставить на форум любой html код и ява скрипт.
I love SMF and Joomla!

Tjom

Не стоит :)
Это просто ява скрипт - есть какие то заморочки с тем, как написан код.


BIOHAZARD

ну так надо же кавычки одинарные экранировать
' => \'

а не двойные :о)
Мои моды:
  • RedirectPage
  • Counters
  • CustomSearch
  • SypexDumper
   адаптирую темы    1.1.хx<=>2.0задавая вопросы, старайтесь сразу указывать конечную цель, предполагаемый Вами путь не обязательно окажется самым коротким

Любые моды на заказ

Tjom