¿Cual sería el más correcto?
- <a href="http://www.google.es"
onclick="window.open(this.href); return false;">Google</a>
- <a href="http://www.google.es"
onclick = "this.target='_blank'">Google</a>
- <a href="http://www.google.es"
onclick="javascript:window.open('http://www.mipagina.com'); return false;">Google</a>
Muchas gracias.
Saludos
.