Hi!
I upgraded from 3.0 to 3.1 and got a problem: my page has text:
<p><iframe border="0" height="500" src="http://localhost/iframetest.html" width="600"></iframe></p>
iframetest.html is a small page with small JS code:
<body>
<SCRIPT type="text/javascript">
alert('work!');
</SCRIPT>
</body>
When I open the page at CKEditor 3.0, it shows the alert, 3.1 does not show the alert (does not execute JS at all).
Issue appears only at FF. IE and Chrome work OK.
What can I do to enable JS in my inner IFRAMEs ?
Sat, 02/06/2010 - 10:06
#1