“Botón OnClick href” Código de respuesta

Botón OnClick 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 en un botón

<!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

URL de clic del botón HTML

# 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 en botón

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

Respuestas similares a “Botón OnClick href”

Preguntas similares a “Botón OnClick href”

Más respuestas relacionadas con “Botón OnClick href” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código