0

My application runs with Internet Explorer and I use a window.open (Javascript). Is it possible to open this new window with Firefox?

Thanks.

Robert Wade
  • 4,918
  • 1
  • 16
  • 35
Arteta
  • 11
  • 3
  • 1
    No. Your website can't have any expectation of any other browser existing than the one it's currently in. Having said that, specifically for IE, there may be some ActiveX stuff. – deceze Nov 28 '17 at 13:41
  • No, that is not possible without having the user install some special browser plugin. (I don't know of any such plugin or add-on.) – Pointy Nov 28 '17 at 13:42
  • Nope. The in-browser code has no knowledge of the rest of the system outside of the browser hosting it. All it can do is ask that browser to do things, like open a window. That browser will then do that. – David Nov 28 '17 at 13:42

0 Answers0