Answers for "onclick open link"

2

javascript onclick href location

onclick="location.href='unit_01.htm'"
Posted by: Guest on March-26-2020
0

onclick url

<button onclick="location.href='logout.php';">logout</button>
Posted by: Guest on July-04-2020
1

onclick on anchor tag

<a href='more.php' onclick='show_more_menu()'>More >>></a>
Posted by: Guest on July-18-2020
1

onclick open link js

window.open(url);
Posted by: Guest on June-06-2020
-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 "Javascript"

Browse Popular Code Answers by Language