When i use regular links with target="_blank" i get a new tab opened but when i use a JS window.open(url, "_blank"); i get a new window instead(im using it from a Response.Write()), same browser same settings, why? I need the JS to react the same way as the link!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||
|
|
Try inserting the link into the page and setting it's style so that it is hidden from the viewport. You would then, instead of |
|||||
|