Answers for "open link in a new window with button html"

3

button open link in new tab

<button class="btn btn-success" onclick=" window.open('http://google.com','_blank')"> Google</button>
Posted by: Guest on May-25-2021

Code answers related to "open link in a new window with button html"

Browse Popular Code Answers by Language