Enlace de botón HTML

Código de enlace de botón HTML.

Enlace de botón HTML

Sin javascript:

<form action="../html-link.htm"/
    <input type="submit" value="This is a button link"/
</form/

Con javascript:

<input type="button" value="This is button link" onclick="window.location.href='../html-link.htm'"/

 


Ver también

ENLACES HTML
MESAS RÁPIDAS