html onclick new page code example
Example 1: javascript redirect
window.location.href = "http://mywebsite.com/home.html";
Example 2: jquery open page in new tab
window.open('_link is here_', 'name');
window.location.href = "http://mywebsite.com/home.html";
window.open('_link is here_', 'name');