I have a published google web app that I am using as a splash screen. When I click a button on this screen it correctly takes me to the page (using either of the methods be
Since your app is loaded in a sandboxed iframe, you should use
window.open(myurl,'_top')
to load in the top frame