Quiero ponerle un hipervínculo a un botón (<input type="button">) pero que al hacer click utilice una nueva ventana.
Estoy usando esto:
Código HTML:
<input type="button" onClick="window.location='http://www.google.com'" value="Mostrar Todos" />
Ni se me ocurre donde meter un
Código HTML:
target="_blank"
Podrán ayudarme?
Muchas gracias!
Saludos a todos.