Answers for "html onclick new page"

50

go to another html page in javascript

window.location.href = "http://mywebsite.com/home.html";
Posted by: Guest on July-18-2019
1

jquery open page in new tab

window.open('_link is here_', 'name');
Posted by: Guest on May-15-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language