semplicemente
codice:
// per il fullscreen
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);");
//pagina ringraziamento
getURL("paginagrazie.html","_self");
ovviamente se vuoi associarla ad un pulsante l'azione basta mettere tutto all'interno dell'evento on del pulsante