google-sites Questions

4

Solved

Inside a button click handler, I'm creating a new web page like so: var page = SitesApp.getPageByUrl(url).createPageFromTemplate(title, name, template); and I want to redirect the user automatic...
Catchascatchcan asked 3/7, 2012 at 16:50

2

I've got a Google apps script project running on a Google site. The site requires users to sign in, and it only open to users on this G-suite domain. The scripts I have are for allowing users to d...
Watch asked 8/5, 2017 at 13:5

4

Solved

I created a site using sites.google.com. Now I want to download it to publish. Is there any way that the site can be downloaded?
Berkie asked 30/4, 2019 at 13:8

2

Solved

I'm trying to integrate a google script app deployed as a web app in a Google Site. The embedding feature works well and all seems good at first. But for some reason links don't work in the embedde...
Hartzel asked 27/5, 2020 at 9:11

2

I'm trying to use Google Tag Manager for a site created using Google classic Sites, but I haven't had any luck so far. This question seems to have been up on a few forums, but I was not able to fin...
Consulate asked 26/11, 2013 at 15:55

2

I have a time-triggered script that periodically retrieves content from an external source and updates a Google sites page with it. According to this, the script should be running under my account...
Cienfuegos asked 28/1, 2015 at 19:34

2

I am testing my local app on https://localhost:44367/ using Chrome for google login. My app is Angular 6 using .Net core When i try to login using my credentials, it gives Error saying Couldn't...
Clarsach asked 24/12, 2019 at 5:55

5

Solved

Can I keep style.css or anyscript.js hosted on a folder on Google Drive and then include the script with a link to the file in Drive? If so.. how? And here I mean GAS for use on Google Sites... so...

5

Solved

I am putting a GeoChart on my Google Site using a Google Apps Script. Viewing the page when I am not logged into my google account shows a grey banner at the top with states: "This application was ...
Trite asked 10/11, 2015 at 16:52

3

Solved

I have a Google Apps Script gadget that is embedded in a Google Sites page. I would like to pass the gadget a page parameter, such that when the page is opened with URL like: https://sites.google....
Lifeline asked 13/1, 2012 at 19:51

5

Solved

I'd like to create an FAQ page for my website that lists all of the questions as hyperlinks. When the link is clicked, the answer for that question should expand out beneath it. The answers need t...
Susi asked 8/3, 2010 at 17:13

5

I have a Google Sites page. How can I embed JavaScript code in it, without implementing a gadget and adding JavaScript code in that?
Patency asked 27/4, 2012 at 20:55

4

Solved

I have an image and I want to resize this. App Script code: var fileId = 'idImage'; var img = DriveApp.getFileById(fileId).getBlob().; newFile.getBody().insertImage(0, img); Object Blob can't ...
Milk asked 23/4, 2014 at 9:39

2

Solved

I'm trying to create a website using the New Google Sites - where a lot of basic 1990's html functionality has been removed. It would be REALLY useful to add anchors, but the gSites FAQ states that...
Earl asked 17/2, 2018 at 23:15

2

I have multiple Apps scripts running on google classic web sites. As of today 11/5/18 when I try to access the code I get a "No scripts found" message. If I create & save a new script I can wri...
Asleep asked 11/5, 2018 at 9:49

3

I'm trying to embed a google drive folder inside my google site, but this folder will be shown only to some users. That is why I can't use Insert --> Drive --> Folder. I found at this post stackov...
Abulia asked 13/10, 2014 at 11:24

5

I'm making a website on Google Sites. I choose the 3 column layout and put the images one by one. I want to put the text beside the image, but it only works with the first line, and even that is in...
Chancechancel asked 10/10, 2013 at 17:14

4

Solved

I've made a Google Apps Script deployed as a standalone web app using HTMLService that provides a simple front end to enter budget data into a Google Spreadsheet. I'm using JQuery Mobile for some o...
Boondoggle asked 28/4, 2015 at 14:14

4

Is there a way to use responsive design principles with Google Sites. Has anyone tried that. Could you direct me to a sample site. I looked at this google help topic but then that is supposedly abo...
Parathyroid asked 18/7, 2012 at 8:59

1

I'm building a web application in Google Sites. Currently, I have two forms, the first one loads a Spreadsheet and displays it as a table, then when you select a row from the table, the script call...
Massengale asked 17/2, 2016 at 10:28

3

How do I get the ability to add/edit the JS on a google sites site? This way I want to use jQuery and jQuery UI to manipulate the look and feel of the site. To be clear, I am not talking about all...
Doncaster asked 3/6, 2012 at 21:40

1

In my JavaEE application, I'm using the Atom-based Google Sites API to retrieve content from a non-public Google Site. In essence, we're using the Google Site as a lightweight CMS, and from within ...
Interdenominational asked 11/11, 2014 at 5:0

1

Solved

I wrote a page that used buttons with onclick to call a function as part of a set of practice problems and answers for my students. It has worked since July with no issues through Friday, September...
Bondwoman asked 9/9, 2014 at 2:48

2

Solved

I have a google site with a form.I have added a script to the form's spreadsheet and added a "on form submit" trigger. I am trying to create an empty circle. Here is the script. function create...

1

Solved

I have a Google Site with multiple pages all containing a Google Apps Script Gadget. Users have reported that a couple of months ago, the Apps Script Gadgets stopped working. I have tested them, an...

© 2022 - 2024 — McMap. All rights reserved.