Search
 
SCRIPT & CODE EXAMPLE
 

HTML

href on a button

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

button as href

<button onclick="location.href='http://www.example.com'" type="button">
         www.example.com</button>
Comment

javascript button href html

<button onclick="window.location='http://www.example.com';">Visit Page Now</button>
Comment

button with href

onClick={() => {window.location.href="https://www.golfballs.com/"}}
Comment

html button with href

<form method="get" action="/page2">
    <button type="submit">Continue</button>
</form>
Comment

button onclick href

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />

<button class="btn btn-success">¿Soy un botón o un enlace?</button>
<a href="www.google.com" class="btn btn-success">¿Soy un botón o un enlace?</a>
 EjecutarEsconder resultados
Comment

PREVIOUS NEXT
Code Example
Html :: video player html 
Html :: youtube start end 
Html :: external javascript file not working 
Html :: bootstrap soft corner 
Html :: uncaught error: bootstrap 
Html :: h6 in html 
Html :: link md 
Html :: image as banner html 
Html :: hack nasa with html 
Html :: drop down using bootstrap 
Html :: html img src background 
Html :: html time input with second 
Html :: add color to hr tag 
Html :: bootstrap table go to page 
Html :: ul attributes in html 
Html :: show google map in html 
Html :: html textarea along with cursor position set 
Html :: add title to navbar html 
Html :: function html js 
Html :: using svg in html 
Html :: italic in html 
Html :: ionic select 
Html :: ios to pc file transfer 
Html :: html a link tag 
Html :: best html emmet extension for vs code 
Html :: on phone option html 
Html :: text -center bootstrap 
Html :: HTML how to create texts in body 
Html :: coreui margin right 
Html :: remove padding in code 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =