Answers for "onclick=window location href open in new tab html"

1

open new tab when clicking link html

<!-- add target="_blank" to open new tab when link is clicked [in HTML]-->
<a href="YourLink" target="_blank">YourText</a>
Posted by: Guest on January-07-2021
-1

onclick open new url html

<input type="button" value="button name" onclick="window.open('http://www.website.com/page')" />
Posted by: Guest on June-02-2021

Code answers related to "onclick=window location href open in new tab html"

Browse Popular Code Answers by Language