window.open open the page in a new tab instead of in popup window
Posted
by question
on Stack Overflow
See other posts from Stack Overflow
or by question
Published on 2010-05-25T11:05:10Z
Indexed on
2010/05/25
11:11 UTC
Read the original article
Hit count: 151
JavaScript
i'm trying to open popup window this this jscript: window.open(myUrl, ""); for some users the page appears in a new tab, but I want it in a popup window. maybe someone know any reason for it?
© Stack Overflow or respective owner