google-sites Questions

3

I created a documentation site on Google Sites, and now I have to hand in that as a printed Document. I need all pages in the site converted to PDF to take to a printer, and I'm now realizing...
Atrip asked 23/11, 2010 at 14:43

1

Background... I am trying to write a Google Apps Script to get the content of a Google Doc as HTML and use that HTML to create or update a web page in Google Sites. I already know how to do this b...
Korykorzybski asked 1/8, 2013 at 20:46

1

I have a script on Google app script. This script find a data simply. my code : var content=this.spreadsheet.getSheetByName("sheet1").getRange("C1:C26").getValues(); this.summary = contents[4][0]...
Throe asked 21/11, 2013 at 23:40

2

I am creating site on Google site , I want to know can we integrate Mailchimp with Google site. I saw the official mail chimp integration link It says you can integrate with Google Ananlytic Goo...
Metrology asked 6/6, 2013 at 5:24

1

Solved

I'm trying to create an app script to work inside a Google Site that has a search text box which is supposed to reference a Spreadsheet and spit out results from that search. The problem, I believe...
Gregorio asked 17/5, 2013 at 22:40

2

Solved

I'm trying to include a simple javascript to Google Sites but I get nothing when pressing the button. I put the code inside an HTML Box. The code works perfectly when tested locally. Here is my cod...
Wardwarde asked 8/2, 2013 at 20:30

1

$curl = new Curl(); $data = 'Email='.urlencode('[email protected]').'&Passwd='.urlencode('MYPASSWORD').'&accountType=GOOGLE&source=Google-cURL-Example&service=jotspot'; $curl-&...
Quarterdeck asked 24/12, 2012 at 22:50

1

Solved

I need a way to identify users. I have a Google site that is users access via their gmail accounts. My site is designed to allow users to view any data, but edit only their own data. This works fin...

2

I want to use appscript htmlservice along with appscript, The html service seems to work but the visualization do not work. Here is the code for reference. Code.GS : // Script-as-app template. fun...

1

Solved

I am learning how to use the REST endpoints with Google Apps Script (GAS) and want to get the access token like the example here I'm using Google Sites, here is the script function doGet(e) { va...
Vex asked 16/6, 2012 at 13:17

1

Solved

I would like to create a custom theme. It is possible to apply other people's custom themes (http://www.gethemes.com/free-themes) but I cannot find documentation on how to create Google Sites theme...
Demona asked 3/2, 2012 at 23:2

1

Solved

I have hosted a website. But now my client asks to change it to http://sites.google.com. They have registered their domain with Google. I logged in the site and saw the procedures to create a webs...
Tenerife asked 2/1, 2011 at 6:36

1

Solved

I'm trying to create a custom background theme for a Google Sites site. Awhile back I did some googling and found some sites with a background image and instructions of how to change table di...
Vientiane asked 5/10, 2009 at 22:8

© 2022 - 2024 — McMap. All rights reserved.