You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
397 B

<script>
window.onload = function()
{
document.designMode = 'on' ;
// Tell Gecko to use or not the <SPAN> tag for the bold, italic and underline.
document.execCommand( 'useCSS', false, !window.parent.FCKConfig.GeckoUseSPAN ) ;
window.parent.FCK.OnAfterSetHTML() ;
}
if ( window.parent._TempHtml )
{
document.write( window.parent._TempHtml ) ;
window.parent._TempHtml = null ;