tags:

views:

18

answers:

3

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

+1  A: 

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

meder
A: 

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

Josh Stodola
A: 

Already discussed here:

Slava
Thank you........
Vivek Chandraprakash