He visto un script en las faqs
Código HTML:
<a href="destino.html" onclick='this.target = "popup"; window.open("", "popup", "")' > popup </a>
necesito usar este en concreto pero que no salga la tolbar y con un tamaño determinado, intento hacerlo así
Código HTML:
<a href="destino.html" onclick='this.target = "popup"; window.open("", "popup", "", "tolbar=0, width=300, height=300 ")' > popup </a>
pero no vá, a ver si me podeis decir como hacerlo, venga gracias