script tag

1639 questions


1 answers
464 views
0
How GAS Determines if a Hyperlink is Configured for a Specific Cell Value in a Spreadsheet

For example, there is data that contains a string in column A.If the link is set halfway as shown in the image, I would like to set up a script to set up hyperlinks only for strings with no links.I've...


1 answers
342 views
0
How can I use Ajax to make JSON data class?

How do I get JSON data via asynchronous communication in a class format?I would like to be able to display the image after pressing the button button on HTML, but I looked into various class methods, ...

1 years ago

1 answers
244 views
0
How to write Javascript if branching by nullish or not

Sometimes I want to make a conditional branch based on whether a value is nullish or not.For now, I am writing as follows, but if there is a clearer way to write (specifically, I don't have to write n...

1 years ago

1 answers
429 views
0
I want to combine text and variables with img src in react.

There is an App.js that shows a list of information extracted from db.In order for the image to be displayed, the text and variables must be connected in the img src as follows:The following settings ...

1 years ago

1 answers
382 views
0
If you try to substitute the type specified in type script, the array will not be accepted.

I write code in vsocde with vue3 and typescript.If you try to move the value from obj to itemObj after specifying the type with the following code, you get an error:typeObj={ Timeline: { Items—ItemsOb...

1 years ago

3 answers
420 views
0
How do I describe the relative path when I write the common processing of multiple pages in a website?

Suppose you create a service with the following URL:https://example.com/hoge-service/←This is the top screenhttps://example.com/hoge-service/favoritehttps://example.com/hoge-service/user/123456User Pa...


1 answers
339 views
0
Problems with ON when creating tags that disappear when the DOJO button is pressed

The goal is to make these codes work.At this stage, there is no problem if you allow certain tags to disappear.If possible, we would like to add additional registration function to the button that dis...

1 years ago

1 answers
294 views
0
I would like to replace the GAS code with the SpreadSheet cell formula IMPORTRANGE and paste it as a value.

As stated in the title, if the data is not very wide, the code below will work.If the A1 cell contains an IMPORTRANGE formula, By taking the value of all cells from there and setting it to A1 cells be...


1 answers
421 views
0
Logging Out with the Application Load Balancer and Authentication Using Cognito

Cognito wants to implement the behavior of logging out and redirecting to the login screen with the authentication feature implemented on the application load balancer (hereafter ALB), but has a CORS ...


1 answers
343 views
0
If the number of element B is smaller than the number of element A, I want to make a decision on element C.

If the following budget (class=budget) exceeds the cost (class=cost), I would like to submit a decision (class=result) as over-budget in the decision (class reresult), but it doesn't work.I look forwa...

1 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.