Originariamente inviato da triple h
Dov'è l'errore nei seguente codice :
....
onclick="window.open(this.href, this.target,'width=400,height=300,left=20,top=40,s tatus=0,scrollbars=1,resizable=1'); return false"
......
Ho provato anche con scrollbars=yes ( che poi è la stessa cosa di 1 ) ma non funziona.
Ho urgente bisogno di far comparire la barra con i tasti Avanti/Indietro.
Grazie
Per avere le scroll:
codice:
onclick="window.open(this.href, this.target,'width=400,height=300,left=20,top=40,status=0,scrollbars=yes,resizable=1'); return false"