Answers for "button onclick window.location.href"

2

javascript onclick href location

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

html button click url

# Wrap whole button in a 'a' tag.
 <a href="https://google.com" class="button"><button class="pixel">Button text</button></a>
Posted by: Guest on October-25-2020

Code answers related to "button onclick window.location.href"

Code answers related to "Javascript"

Browse Popular Code Answers by Language