Answer the question
In order to leave comments, you need to log in
New tab via JS without browser blocking?
how to open a new tab via JS without being blocked by the browser?
Answer the question
In order to leave comments, you need to log in
If you need to open a regular tab, isn't it easier to just do this
<script type="text/javascript">
window.open("url");
</script>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question