<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.
<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.