Answers for "how to pass an url in a button click"

6

how to pass link to aa button

<input type="button" onclick="location.href='https://google.com';" value="Go to Google" />
Posted by: Guest on December-27-2020

Code answers related to "how to pass an url in a button click"

Browse Popular Code Answers by Language