“Knopf als 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 als Link

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

href in Taste

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

Knopf href

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

Knopf als 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

Ähnliche Antworten wie “Knopf als href”

Fragen ähnlich wie “Knopf als href”

Weitere verwandte Antworten zu “Knopf als href” auf HTML

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen