“bouton onclick href” Réponses codées

bouton 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 sur un bouton

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

bouton html cliquez 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 dans le bouton

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

Réponses similaires à “bouton onclick href”

Questions similaires à “bouton onclick href”

Plus de réponses similaires à “bouton onclick href” dans HTML

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code