Is it possible to open a .js file in the browser window of IE8+ ? I have tried a direct URL to the file and I have also tried to write the file contents to a webpage using jquery's .load, and other methods such as XMLHttpRequest(), but in IE they all give me the Save/Open dialog.
In Firefox the direct link opens the file in the browser window and the jquery .load and the XMLHttpRequest() put the contents of the .js file right into a webpage. How can I get this behavior in IE8+ ?