[TYPO3-dev] IE8 clickenlarge problems

"Christian Müller (Kitsunet)" christian at kitsunet.de
Sat May 23 19:32:58 CEST 2009


Martin Kutschker wrote:
> Ronald Renfro schrieb:
>> Hello
>>
>> I am having trouble with IE8 and clickenlarge. As far as I can tell IE8
>> modifies the html code so that the javascript close  window function
>> does not work anymore and a click on the image produces an error 500.
>>
>> IE8 modifies url to read:
>> http://www.example.com/javasc#ipt:close();
>>
>> Is anyone else experiencing this problem and how can I fix it?
> 
> Try moving the close() from the href to a JS funtion (in a SCRIPT block)
> 
> Masi

Is that a definitive fix? I think it is because this code is transfered 
via URL parameter (which could lead to XSS attack, but TYPO3 filters it 
anyway).




More information about the TYPO3-dev mailing list