ingobar: standard schaltfläche als link misbrauchen

Beitrag lesen

<button name="buttonName" type="button">Schaltfläche</button>

Irgendwie so:

<button name="buttonName" type="button" onclick="document.location='neueSeite.html'">Schaltfläche</button>

Könnte auch window.location sein.