“bouton avec href” Réponses codées

href sur un bouton

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

bouton comme href

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

bouton html avec lien

<a href="https://www.google.com">
  <button>Go to Google</button>
</a>
hateschoollovecoding

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 comme lien

<button class="btn btn-success" onclick="location.href='http://google.com';"> Google</button>
#open link from button
Horrible Hamerkop

bouton avec href

onClick={() => {window.location.href="https://www.golfballs.com/"}}
Jittery Jaguar

Réponses similaires à “bouton avec href”

Questions similaires à “bouton avec href”

Plus de réponses similaires à “bouton avec href” dans JavaScript

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code