Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how do i make a link of a button go on a different page

<button type="button" onclick="window.location.href='the link you want the button to take you to'">Click me</button>
Comment

button html link to another page

<a href="https://google.com" class="button">Go to Google</a>
Comment

how to link a button to another page in css

<button onclick="window.location.href='/page2'">Continue</button>
Comment

PREVIOUS NEXT
Code Example
Html :: meta tag tester 
Html :: og tags 
Html :: javascript button href html 
Html :: v-progress-circular 
Html :: select add placeholder 
Html :: angularjs input checked conditional 
Html :: tailwind border width 
Html :: ordering collumns in bootstrap 
Html :: html prevent focus on input 
Html :: form tag radio 
Html :: html target blank 
Html :: how to make a link open in new tab html 
Html :: Chakra ui center content table 
Html :: bootstrap starter template 
Html :: html build system sublime text 3 
Html :: what is haml 
Html :: how to draw a small line in html 
Html :: input-group-addon 
Html :: html link to pdf 
Html :: html fieldset 
Html :: password input type in html 
Html :: tailwind css product card 
Html :: add color to hr tag 
Html :: typo3 typoscript page uid to body tag 
Html :: omega ruby 
Html :: html css block button 
Html :: html space between words 
Html :: google no translate meta tag 
Html :: image slider with bootstrap 
Html :: form submission with post 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =