dovrebbe andare così
codice:
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);");
Sostituisci pagina.html con la pagina che vuoi aprire tu