Changeset 498 for FCKeditor/trunk/_test/manual/fcktools/runfunction.html
- Timestamp:
- 2007-07-23 01:53:07 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_test/manual/fcktools/runfunction.html
r132 r498 43 43 function LoadScript( url ) 44 44 { 45 document.write( '<script type="text/javascript" src="' + url + '" onerror="alert(\'Error loading \' + this.src);"><\/script>' ) ;45 document.write( '<script type="text/javascript" src="' + url + '"><\/script>' ) ; 46 46 } 47 47 var sSuffix = FCKBrowserInfo.IsIE ? 'ie' : 'gecko' ;