ho associato ad un pulsante la seguente funzione per aprire una popup:
on (release) { getURL ("javascript:window.open('page.htm',nName','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);");}
cosa devo aggiungere se voglio anche la scrollbar?!