I am using Google Apps Script with Google Drive, and I am a very beginner in this matter. Now, I would like to open a given Url in the same window. In standard JavaScript, t
Per the Release Notes for Oct 26, 2012 - you can no longer auto open a new window without user interaction.
The simplest way to open a new window to show an HTML like this -
<a href='http://www.google.com' target='_blank'>Open in new window</a>