scusate ma non ho trovato indicazioni nel forum:
location.href = ("url")
come posso dare indicazione al target "_blank" ?
così non funziona:
_blank.location.href = "url"
scusate ma non ho trovato indicazioni nel forum:
location.href = ("url")
come posso dare indicazione al target "_blank" ?
così non funziona:
_blank.location.href = "url"
Devi usare:
window.open("http://www.google.it")