Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | <script> |
| 2 | |||
| 3 | // Prevent from DOM clobbering. |
||
| 4 | if ( typeof window.opener._cke_htmlToLoad == 'string' ) { |
||
| 5 | var doc = document; |
||
| 6 | doc.open(); |
||
| 7 | doc.write( window.opener._cke_htmlToLoad ); |
||
| 8 | doc.close(); |
||
| 9 | |||
| 10 | delete window.opener._cke_htmlToLoad; |
||
| 11 | } |
||
| 12 | |||
| 13 | </script> |