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
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
No, this behavior is defined by the browser. You can only change it in the browser AFAIK.
This behavior depends on user-agent configuration. Nothing you can do.