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

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

Href dans le bouton

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

bouton href

<a href="https://google.com" class="button">Go to Google</a> //*button link *//
Bad Bird

bouton comme href

<!--
There are many ways, you can do it, but the best I think is that we will surrond a button
inside a link so that it would work like one!
-->
<a href="www.youtube.com">
	<button>
    	Youtube
    </button>
</a>
Funny Fly

Réponses similaires à “bouton comme href”

Questions similaires à “bouton comme href”

Plus de réponses similaires à “bouton comme href” dans HTML

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code