javascripthtmlstringgoogle-apps-scriptiframe

Iframe pages in Google Apps Script


I am attempting to have 2 pages in apps script. One is a home page, the other is being iframed in the home page. How do I go about doing this? (Note: must be different files, due to the second iframed file being very large and having many `, ", and '; too many to escape all of them)(I tried using a js string escaper and my PC crashed)


Solution

  • You could create 2 seperate projects to do it.