“Botão OnClick Href” Respostas de código

href em um botão

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

Link do botão HTML

<button><a href='https://google.com' alt='Broken Link'>This is a button</a></button>
Arab Fire Shaman

BASTON HTML HREF

<!-- if you are on Window : --> 
<button onclick="window.location.href='page2.html'">
  Button
</button>

<!-- if you are on linux or macOS : -->
<button onclick="location.href='page2.html'">
  Button
</button>
Pr.Gaultier

ONCLICK HREF

onclick="location.href='http://www.hyperlinkcode.com/button-links.php'"
Bored Beaver

botão como href

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

Botão 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
Depressed Dog

Respostas semelhantes a “Botão OnClick Href”

Perguntas semelhantes a “Botão OnClick Href”

Mais respostas relacionadas para “Botão OnClick Href” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código