script tag

1639 questions


1 answers
49 views
0
GAS Execution API Error ScScript function not found: test 」

Google Apps Script Execution API allows JavaScript to call GAS functions.Authentication is complete, but when I try to do it, I get an error message ScScript function not found: test とThere is a funct...


1 answers
58 views
0
Understanding Googlemaps Polygon Set_at Events

Unable to retrieve polygon deformation events with multiple paths.// Creating polygonsvar path1 = [ // Outer polygon]    new google.maps.LatLng (36.66841891894785, 138.636474609375),    new google.map...

1 years ago

1 answers
54 views
0
I want to give large data from HTML to javascript.

I'm studying HTML5+SpringBootI passed the data from HTML to javascript as follows:th:onclick= | show ('${test.data1}', '${test.data2}'); |If the data is small, the value will be passed without any pro...

1 years ago

1 answers
146 views
0
About building an ionic environment in a Proxy environment

I'm trying to create an app using ionic, but under proxy environmentionic start myappAn error occurs when you execute the command in .Based on the contents of the error, I think there is an error in ...


1 answers
119 views
0
I want to use the method extension of jQuery in Rails.

I would like to use the function here to handle the hidden attribute in HTML5, but the method extension of jQuery did not work.https://jsfiddle.net/jhfrench/g8Sqy/$('button').click(function(){ $('#myE...


1 answers
68 views
0
How to put values in html into variables with code .gs

I created a select box in index.html that I created in Google Apps Script.When I select a county name, I want to put that value in a variable in code .gs, but I don't know how to get it and how to use...


1 answers
71 views
0
GoogleAppsScript cannot be placed as an admin in a spreadsheet

[Current situation] If you select GoogleAppsScript as Published -- > Place as Admin -- > Update Webstore Item Draft, you will also receive an error.It should be set up as shown in the attachment...


1 answers
138 views
0
JavaScript click event collides with ASP validation

ASP.NET supports double transmission, but the validation and JS click events collide, so I can't reach the event handler...aspx<asp: ImageButton ID=imgUpdate runat=server CauseValidation=false OnCl...

1 years ago

1 answers
92 views
0
Monaca fails to launch mailer for iOS only

After pressing the HTML button, I am trying to launch the mailer using JavaScript.I managed to boot it on Android after seeing the sample.However, I am worried that it doesn't work well on iOS.The mod...


3 answers
97 views
0
Secure communication method between smartphone application and API

I'm developing an Android app and using Ajax communication during startup.Hit the API on the server and retrieve the JSON output from the API.Trying to process information.At this time, the API placed...

1 years ago
« - 28 - »

© 2024 OneMinuteCode. All rights reserved.