• Skip to primary navigation
  • Skip to main content
  • Skip to footer

Merchant Labs

Helping online merchants succeed is what we do best!

  • About
  • Contact
  • My Account

Google Apps Script Tutorials, JavaScript, Useful Code / November 30, 2017

Google Apps Script Redirect from Script as Web App

Via Link:

<a target="_top" href="http://consulity.de">go to consulity.de</a> (or you can use "_blank" for a target as well)

 

Via Javascript:

window.open('http://consulity.de','_top') // (or you can use '_blank' for a target as well)

Via Google Apps Script:

Code.gs

var url = "";
function doGet() {

    var uid = Session.getActiveUser().getEmail();

    if (uid == "dn@consulity.com") {

        url = 'https://consulity.de';

    }

    else {

        url = 'https://google.de';

    }

    return HtmlService.createTemplateFromFile('Index').evaluate().setSandboxMode(HtmlService.SandboxMode.IFRAME);

}

Index.html

<!DOCTYPE html>

<html>

  <head>

    <script src="https://consulity.de/scripts/jquery-1.9.1.min.js"></script>

  </head>

  <body>

    <input id="url" type="hidden" value="<?!= url ?>"/>

  </body>

</html>

ref: http://consulity.com/content/GASRedirectSawa.aspx

NEED MY HELP?

Enter just the numbers without spaces or dashes.

Filed Under: Google Apps Script Tutorials, JavaScript, Useful Code Tagged With: Apps Script, Coding, Javascript

Reader Interactions

Leave a Reply Cancel reply

You must be logged in to post a comment.

Footer

Shopify Partner

Let Merchant Labs, with over 15 years experience in ecommerce, help you SUCCEED online! From …

Read More about Shopify Development Services

  • Twitter
  • YouTube

Ajax-Cart Coming Soon

What is Ajax-cart for Shopify? Ajax-cart for Shopify is a big project to bring some of the most wanted features to the Shopify cart page. This page is also known as the basket screen. Its …

more about Ajax-Cart for Shopify

Tags

Apps Script Coding Documentation Javascript MySQL PHP Shopify Liquid

Contact Us

Merchant Labs
Los Angeles, California

P: 424-236-0372
E: mngr@merchantlabs.com

Proud Partners For

Copyright © 2025 · Digital Pro on Genesis Framework · WordPress · Log in