dovrebbe andare così
Sostituisci pagina.html con la pagina che vuoi aprire tucodice:features = 'toolbar=no,'; features += 'location=no,'; features += 'status=no,'; features += 'menubar=no,'; features += 'scrollbars=no,'; features += 'resizable=no,'; getURL("javascript:window.open('"+'pagina.html'+"','"+'fullscreen'+"','"+features+"width="+System.capabilities.screenResolutionX+", height="+System.capabilities.screenResolutionY+"');void(0);");