“Кнопка Onclick href” Ответ

Кнопка 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 на кнопке

<!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 нажмите 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 в кнопке

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

Ответы похожие на “Кнопка Onclick href”

Вопросы похожие на “Кнопка Onclick href”

Больше похожих ответов на “Кнопка Onclick href” по HTML

Смотреть популярные ответы по языку

Смотреть другие языки программирования