- Home
- Categorie
- Digital Marketing
- Grafica, Visual Design & UX
- getURL("javascript:window.open
-
getURL("javascript:window.open
ho un bottone con il seguente codice:
on (release)
{
getURL("javascript:window.open("pagina.htm", "", "height=" + (window.screen.height - 60) + ", width=" + (window.screen.width - 10) + ", top=0, left=0");;void(0)", "");
lancia.gotoAndPlay("apri");
}se volessi dare delle impostazioni fisse della pagina che si apre, ad esempio 800 x 600, cosa devo modificare?
Ho provato ad inserire i valori height e width dopo windows.open ma mi viene errore.
-
height=800 , width=600 :bho:
-
hai ragione
che tonto che sono!