script tag

1639 questions


2 answers
40 views
0
About Google Apps Script MailApp.sendEmail Errors

function attachmentsToCsvFile(){ varsheet=SpreadsheetApp.getActiveSpreadsheet().getSheetByName('Sheet1'); // You could use now Date(); on its own but it will not look nice. vardate=Utilities.formatDat...

1 years ago

2 answers
77 views
0
I want to make it difficult to download the video in the video tag.

We would like to make it difficult for users to download the video locally after making it possible to view the video with the HTML5 video tag.Instead of using streaming protocols such as HLS and RTMP...


4 answers
99 views
0
I want to get duplicate JSON values in JavaScript.

[{ id: 1, name —hoge,}, { id: 2, name —hoge,}, { id : 3, name —Huga,}, { id: 4, name —piyo,}, { id —5, name —Huga,}, { id: 6, name —hoge,}]namefrom the above data in JavaScriptI'd like to find a dupli...

1 years ago

1 answers
57 views
0
Want to make variables of defined type read-only

For example, define the following types of Options:interface Options { encoding:string, initValue?—any}When preparing variables options, I would like to declare variables as read-only while inheriting...

1 years ago

1 answers
110 views
0
How to display the selected image in bootstrap dropdown to another element

I would like to put the selected image on the newImg_boat tab with the code below, but I am having a hard time because it doesn't work.The code you are commenting out is the result of trying this and ...


2 answers
61 views
0
ES6: How to change properties within a class

The value of the property does not change to 5 in the code below:class TestClass { constructor(prop){ this.prop = prop; TestClass.validateProp(prop); // For example, prop must be an integer with a min...


1 answers
122 views
0
Please tell me which Plugin or JS I can edit with cordova.

It's just as the title says.I am looking for Plugin or JS where I can edit photos on cordova.The following image editing features are required:Please let me know if you know.Thank you for your coopera...


1 answers
62 views
0
I want to create an object from a de-serialized property

I am writing a web application that communicates with the server using JSON in Typescript.When serializing/decisualizing JSON, JSON does not include methods, so I thought of creating objects using dec...

1 years ago

1 answers
44 views
0
Is it possible to read the contents of Google spreadsheet from external HTML?

I'm a beginnerIs it possible to read the contents of Google spreadsheet into external HTML?(Example: Place A1 in the spreadsheet in the HTML P tag) I was able to find the document that you said you wo...

1 years ago

2 answers
21 views
0
Transparency does not work in javascript

It seems that the javascript of this program is not working Why is it not transparent?Please let me know m(__)m<html> <head> <meta http-equiv=Content-Type content=text/html; charset=sh...

1 years ago
« - 69 - »

© 2024 OneMinuteCode. All rights reserved.