missing javascript error messages
January 25th, 2003 by Dylan
When using document.createElement(“script”) to add a javascript file to an html document, Internet Explorer does not provide consistent error messages. Instead, I have found a combination of failing silently and giving error messages for the line number that was used to append the script to the document.