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