Answers for "on click open another page js"

CSS
0

onclick url

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

onclick open link js

window.open(url);
Posted by: Guest on June-06-2020

Code answers related to "on click open another page js"

Browse Popular Code Answers by Language