I am using a jquery plugin, that has problems on Internet Explorer. The plugin works, but only when the page has been refreshed.
I want to use Javascript to refresh the page on load, but I only want the script to run IE and not in any other browsers.
There is a script here, which can be used to make the page refresh on load. However, the script is for all browsers. How can I limit it to just Internet Explorer?
Also, on the example page, the script is run directly from the HTML page. Is there away I can link to it (e.g. so I can serve the script in a separate .js file)