Ciao osserva la struttura di questo comando
codice:
on (release) {
getURL ("java script:window.open('info.html','info','titlebar="add titlebar add ",menubar=" add menubar add", scrollbars=" add scrollbars add ", status=" add status add ", width=" add wdth add ",height=" add hdth add ",top='+((screen.availHeight/2)-(" add hdth/2 add "))+',left='+((screen.availWidth/2)-(" add wdth/2 add "))); void(0);");
}
titlebar ecc cono tutte variabili
considerando che add è deprecato
dovrebbe funzionare con il + anche per la variabile che contiene la pagina html
Ciao Rempox