I created a button and I have applied to this button a handler to collect the data of some fields and record them in a spreadsheet. I wish, however, at the end of this operation, the script to open a url (summary page of the site where it is plugged into my script). How can I apply a link to the button via a handler?
I'm trying to do something I thought was rather simple and is proving to be an enigma. I watched through many stackoverflow pages but i haven't found an answer.
you can do that using a "a" html element and associate it a onclick attribute.
Here is a demo
and the source here
the essential part of the code: