0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
vtiger
/
5.0.4
/
standard
/
htdocs
/
include
/
fckeditor
/
editor
/
[
Home
]
File: fckdocument.html
<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 ; } </script>