“OnClick Button Href” Respostas de código

OnClick Button Href

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

ONCLICK HREF

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

href em um botão

<!DOCTYPE html>
<html>
   <head>
      <title>Title of the document</title>
   </head>
   <body>
      <form>
         <input type="button" onclick="window.location.href = 'https://www.w3docs.com';" value="w3docs"/>
      </form>
   </body>
</html>
Aggressive Anaconda

botão html clique em URL

# Wrap whole button in a 'a' tag.
 <a href="https://google.com" class="button"><button class="pixel">Button text</button></a>
Neo the Elephant

href no botão

<input type="button" onclick="location.href='https://google.com';" value="Go to Google" />
OK

Respostas semelhantes a “OnClick Button Href”

Perguntas semelhantes a “OnClick Button Href”

Mais respostas relacionadas para “OnClick Button Href” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código