“Taste mit href” Code-Antworten

href auf einem Knopf

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

Knopf als href

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

HTML -Schaltfläche mit Link

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

href auf einem Knopf

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

HTML -Schaltfläche als Link

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

Taste mit href

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

Ähnliche Antworten wie “Taste mit href”

Fragen ähnlich wie “Taste mit href”

Weitere verwandte Antworten zu “Taste mit href” auf JavaScript

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen