0

i'm using javascript to open a new window in a html page. It works fine ie whereas mozilla opens a new tab. is there a way to make the mozilla open the popup in a new window instead of new tab using javascript or any parameter?

-Vivek

Vivek Chandraprakash
  • 1,165
  • 2
  • 21
  • 54

3 Answers3

1

No, this behavior is defined by the browser. You can only change it in the browser AFAIK.

meder omuraliev
  • 183,342
  • 71
  • 393
  • 434
0

This behavior depends on user-agent configuration. Nothing you can do.

Josh Stodola
  • 81,538
  • 47
  • 180
  • 227
0

Already discussed here:

Community
  • 1
  • 1
SlavaNov
  • 2,447
  • 1
  • 18
  • 26