[Solved] Can I change the max attribute of an input tag using a function?
[ad_1] If your myVar variable is supposed to get a result from myFunction() (located inside Code.gs), and you want use the result from the said function inside your HTML file, you will find that simply doing this will not work: var myVar = function() { google.script.run.withSuccessHandler(onSuccess).myFunction()} The above function will simply return undefined In order … Read more