Status Update
Comments
nm...@gmail.com <nm...@gmail.com> #2
This is the expected behavior for the Google Script anchor method.
It is not possible at this time to select the window open.
Changed type=Enhancement
It is not possible at this time to select the window open.
Changed type=Enhancement
as...@google.com <as...@google.com> #4
Thank you for your feedback,
We are working on it.
Best,
Anton
We are working on it.
Best,
Anton
as...@google.com <as...@google.com> #6
You can now use .setTarget("_self"); to open links in the same window and .setTarget("_blank"); to open links in new tab/window. NOTE: this only works when running script as a service. This will not work when displaying UiApp in Spreadsheet.
[Deleted User] <[Deleted User]> #7
Hi I'm using the Apps Script as an embedded gadget on a site, and discovered the setTarget('_self') does not work. Any idea?
ad...@commet.com <ad...@commet.com> #8
Google kindly fixed it for a stand-alone service outside of Site's or
Doc's...But, only fixed in a stand-alone service for now.
-commet1
On Mon, Mar 26, 2012 at 4:00 AM,
<google-apps-script-issues@googlecode.com>wrote:
Doc's...But, only fixed in a stand-alone service for now.
-commet1
On Mon, Mar 26, 2012 at 4:00 AM,
<google-apps-script-issues@googlecode.com>wrote:
ag...@gmail.com <ag...@gmail.com> #9
I would also like a solution for setTarget('_self') for embedded gadget on a site.
If anyone has a workaround, please, post it.
If anyone has a workaround, please, post it.
ad...@tftshare.ca <ad...@tftshare.ca> #10
Yeah...I am needing this too. Any new ideas?
[Deleted User] <[Deleted User]> #11
Any news?
ad...@commet.com <ad...@commet.com> #12
Yes, I also agree it would be great to get this to work for Sites also!
mt...@comune.riccione.rn.it <mt...@comune.riccione.rn.it> #13
oct 2011 -> feb 2014
still target('_self') open new window if used in embedded gadget on a site....
please fix it!
still target('_self') open new window if used in embedded gadget on a site....
please fix it!
co...@coninsa.co <co...@coninsa.co> #14
Hi, any news about this issue?
Description
Hi,
app.createAnchor('Go Back','
this opens in the new window. Is it possible to change default behavior and open page in the same windows?
How to open in the same window.