su un tasto devo aprire 2 popup in realtà mi pare sempre solo la seconda:
ecco lo script:
on (press) {
getURL("javascript:window.open('pages/ricerca.asp?avanti=2&regione=friuli','PuntiVendita ','width=230,height=300,top=200,left=200,scrollbar s=yes');void(0);");
}
on (press) {
getURL("javascript:window.open('pages/ricercacornucuore.asp?avanti=2&regione=friuli','Pu ntiVendita2','width=230,height=300,top=200,left=43 0,scrollbars=yes');void(0);");
}