'"Do you want want to allow this website to open an app on your computer" pop up in internet explorer 10

I don't know why is this pop-up occuring when i trying to open a JSP url using windows.open(url) in javascript.

Can anyone give an idea how to prevent this.



Solution 1:[1]

Its just for security reasons so that a website does not do this:

window.open("https://bad_website.com")

As far as i know, you cant prevent it, because of security reasons

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Vincent Thomas