Posts by Kaio Cardoso • 11 points
1 post
-
1
votes0
answers181
viewsQ: Pass data between two HTML pages (Google Apps Script)
I am trying to pass the id variable of the 'a. hmtl' page to 'b. html'. The contents of this var come from the 'code.Gs' page as shown below: Gs code. function dados(){ var id = 1; return id; } Then…