“OnClick Button href” Kode Jawaban

OnClick Button 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 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 Klik 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 di tombol

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

Jawaban yang mirip dengan “OnClick Button href”

Pertanyaan yang mirip dengan “OnClick Button href”

Lebih banyak jawaban terkait untuk “OnClick Button href” di HTML

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya