Answers for "onclick open url html"

CSS
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

Browse Popular Code Answers by Language