“tombol dengan href” Kode Jawaban

href pada tombol

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

tombol sebagai href

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

tombol HTML dengan tautan

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

href pada tombol

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

tombol html sebagai tautan

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

tombol dengan href

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

Jawaban yang mirip dengan “tombol dengan href”

Pertanyaan yang mirip dengan “tombol dengan href”

Lebih banyak jawaban terkait untuk “tombol dengan href” di JavaScript

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya