Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Template: Script as Web App

This template provides a framework for creating a web app.

It shows the basic structure needed to define a UI and how to coordinate communication between the client and server. This template also includes some useful aspects of Apps Script, including:

  • Using Templated HTML
  • Responding to HTTP GET requests with doGet(e)
  • Using IFRAME sandbox mode