Mi restituisce due errori:
codice:
È previsto ')' o ','
getURL("javascript:window.open('"+'home.html'+"','"+'fullscreen'+"','"+features+"width="System.capabilities.screenResolutionX+",height="System.capabilities.screenResolutionY+"');void(0);");
e poi nel secondo errore questo msg:
codice:
Rilevato '}' imprevisto
}
e questo è il codice che ho scritto:
codice:
on (release) {
features = 'toolbar=no,';
features += 'location=no,';
features += 'status=no,';
features += 'menubar=no,';
features += 'scrollbars=no,';
features += 'resizable=no,';
getURL("javascript:window.open('"+'home.html'+"','"+'fullscreen'+"','"+features+"width="System.capabilities.screenResolutionX+",height="System.capabilities.screenResolutionY+"');void(0);");
}