Changeset 498 for FCKeditor/trunk/_test/manual/fckspecialcombo/test1.html
- Timestamp:
- 2007-07-23 01:53:07 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_test/manual/fckspecialcombo/test1.html
r132 r498 60 60 function LoadScript( url ) 61 61 { 62 document.write( '<script type="text/javascript" src="' + url + '" onerror="alert(\'Error loading \' + this.src);"><\/script>' ) ;62 document.write( '<script type="text/javascript" src="' + url + '"><\/script>' ) ; 63 63 } 64 64 var sSuffix = /msie/.test( navigator.userAgent.toLowerCase() ) ? 'ie' : 'gecko' ;