Answers for "open new link javascript"

5

javascript open url

window.location.href = "http://example.com/";
Posted by: Guest on May-21-2020
0

how to load link in new window using js

<a onclick="window.open(document.URL, '_blank', 'location=yes,height=570,width=520,scrollbars=yes,status=yes');">
  Share Page
</a>
Posted by: Guest on October-29-2021
-1

window open method for browser detection

browser detection and version dectaction in js
Posted by: Guest on May-01-2020

Code answers related to "open new link javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language