In the development of my MVC application, I encountered a challenge regarding opening a specific URL in Internet Explorer. While it functions correctly for IE users, those using Chrome or Mozilla are redirected to their respective default browsers when utilizing window.open.
Is there a method to enforce the use of IE with window.open? It is essential that the page is accessed through IE and not an alternative browser.
If forcing IE compatibility through window.open is unattainable, is there an alternative approach available?