[TYPO3-german] xhtml_cleaning macht Javascript kaputt...

Alexander Bohndorf bohndorf at sitegeist.de
Wed Feb 8 11:51:34 CET 2006


Ich habe folgendes Javascript, welches über Typoscript ausgegeben wird:

            document.write('<scr' + 'ipt language="VBScript"\>\n'); //FS 
hide this from IE4.5 Mac by splitting the tag
            document.write('on error resume next \n');
            document.write('MM_FlashCanPlay = ( 
IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & 
MM_contentVersion)))\n');
            document.write('</scr' + 'ipt\> \n');

Durch config.xhtml_cleaning=all wird folgende Ausgabe generiert:

            document.write('<scr' iptlanguagevbscript="">\n'); //FS hide 
this from IE4.5 Mac by splitting the tag
            document.write('on error resume next \n');
            document.write('MM_FlashCanPlay = ( 
IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & 
MM_contentVersion)))\n');
            document.write('</scr' + 'ipt\> \n');

Kann mir jemand sagen, wie man Typo3 (Version 3.8) das abgewöhnen kann?

Danke für jegliche Hinweise!

Alexander 





More information about the TYPO3-german mailing list