script tag

1639 questions


1 answers
22 views
0
Routing in javascript

If I concatenate about 30 js files and unify the js files, how do I implement the routing process on the client side?Currently, we use page.js to determine the URL and run it.I am considering whether ...

1 years ago

1 answers
62 views
0
I want to use the library containing fetch() in TypeScriot/nodejs, but I am not sure how to replace global variables.

I would like to use the library aws-amplify in nodejs. Because this library uses fetch APIs, JavaScript/nodejs was solved by using node-fetch as follows:constamplify=require('aws-amplify');global.fetc...

1 years ago

1 answers
23 views
0
I want to randomly display the characters entered by the user.

I would like to randomly display the characters entered by the user.For example, if you type Fish, Ni, and Rice, I would like to create a script that randomly changes the order, such as Ni-go-han-san-...

1 years ago

1 answers
87 views
0
CALCULATION METHOD OF INDEX WHEN HANDLING TWO-DIMENSIONAL DATA IN ONE-

I was told that in order to treat a one-dimensional array as a two-dimensional array, it is a width × row position + column position, but I am not sure.Here's the code.var SIDE_CELLS=5;// Widthvar COL...

1 years ago

1 answers
96 views
0
I want to show and hide markers by GoogleMap API zoom level

I'm customizing the map using the Google Map API.I was able to display multiple markers and change the type of markers, but I cannot display or hide the marker at Zoom Level.For example Hide when zoom...


1 answers
94 views
0
Cookies are exchanged via GET/POST communication and login processing

I am using Google apps script.I am logging in to a site.


1 answers
20 views
0
XMLHttpRequest responseType does not work for non-IE browsers

IE works fine and displays images.However, if you use a non-IE browser (Firefox, Safari), it stops at the 止まりrequest.responseType=rarraybuffer; ; section, and the rest of the sentence does not work.If...

1 years ago

1 answers
25 views
0
Understanding Name Settings for Custom Data Attributes

It's a simple question, but it doesn't work, so I'd like to ask you a question.For example When the height of the window is 1000px<div data-1000=a>When the height of the window is 500px<div d...

1 years ago

1 answers
56 views
0
Understanding XSS Vulnerabilities in Direct Address Bar Input

I am creating an Angular-based web application, and when I received a security diagnostic service, I was pointed out to be vulnerable to JavaScript being interpreted and executed by giving ?'>alert...

1 years ago

1 answers
38 views
0
I want to make multiple copies of Google forms.

There is something I would like you to tell me something.I was an amateur at all, and I looked into this and that for a few days, but I didn't understand.If anyone knows, I would like to ask for your ...

1 years ago
« - 97 - »

© 2024 OneMinuteCode. All rights reserved.