I\'m building a web application in Google Sites. Currently, I have two forms, the first one loads a Spreadsheet and displays it as a table, then when you select a row from the t
I solved it adding:
<base target="_top">
to the html code and changing the javascript redirect:
window.top.location.href = url;