<button onclick="window.location.href='/page2'">Continue</button>
<button onclick="location.href='http://www.example.com'" type="button">
www.example.com</button>
<button onclick="window.location='http://www.example.com';">Visit Page Now</button>
onClick={() => {window.location.href="https://www.golfballs.com/"}}
<form method="get" action="/page2">
<button type="submit">Continue</button>
</form>
<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