2,524,866 questions
-1
votes
0
answers
17
views
How to link an Access Edge Web Browser to an HTML file driving an Accordion menu to open an Access form [closed]
I have an access form with two controls on it:
to the left, the newest Edge Web Control and
to the right an unbound subform control.
The idea is that the Edge Web Control is linked to the HTML file ...
1
vote
1
answer
37
views
Does any persistent storage available in the browser allow in-place modifications?
In a browser-based JavaScript application, I need to persistently store a (large) blob of binary data that I can modify in-place without having to constantly re-write the whole blob to that storage. I ...
-5
votes
0
answers
21
views
custom angular paginatior cpag21 [closed]
Custom pagination is a UI component used to control how large sets of data are displayed in smaller, manageable sections called pages. Instead of showing all records at once, the data is divided into ...
0
votes
1
answer
37
views
How to get remote json metadata by javascript avoiding Cross-Origin Request Blocked [duplicate]
Using the raw javascript at html static page I am trying to get json data from URL_SOURCE:
const URL_SOURCE = 'https://example.source.host';
const doGetMetaDataEvent = async () => {
...
Advice
0
votes
3
replies
61
views
Can I determine the local IP address of a device using JavaScript?
I made a web application on a computer and wrapped it in an exe. On the computer, the server is running on node js runtime, and the client part is using the electron browser. Now, I need to open a ...
Advice
0
votes
4
replies
101
views
What is the best way to get into coding?
I would like to start computer science courses at my University soon and I want to be prepared. Best recommendations? Free or paid is alright. If you could link an IRL, I have a personal computer ...
-1
votes
0
answers
55
views
Can't perform a React state update on a component that hasn't mounted yet?
I have a Nextjs application version 16.1.6 with React version 19.2.4.
I am getting the following error:
Can't perform a React state update on a component that hasn't mounted
yet. This indicates that ...
-5
votes
0
answers
34
views
Windows.List in react-window
I am trying to build a form-builder using Next.js, but I encounter this issue when trying to create a LivePreview. I am using a three-column layout (sidebar, canvas, LivePreview). It is supposed to be ...
0
votes
2
answers
76
views
How to animate toggle between menu and close Material Icons using CSS and JavaScript? [duplicate]
I am creating a navigation toggle button for my website. I want to switch between the menu and close Material Icons when the button is clicked. The icon changes correctly using JavaScript, but the ...
0
votes
1
answer
35
views
HTML header content of Google Map InfoWindow doesn't work
Taken from official Google InfoWindow documentation page:
headerContent optionalType: string|Element|Text optionalThe content to display in the InfoWindow header row. This can be an HTML element, or ...
-1
votes
1
answer
53
views
FirebaseError: Firebase: Error (auth/argument-error) persists in development mode, even after Identity Platform upgrade [closed]
I've been battling a persistent FirebaseError: Firebase: Error (auth/argument-error) for days while trying to implement Firebase Phone Authentication in my Next.js/React application. This occurs ...
2
votes
0
answers
37
views
Fixing issues with scaling numeric (BigInt) data in Echarts
Good morning. I'm creating a graph for my website that should display BigInt numbers in logarithmic and mathematically exact graph types. Under my previous question, from the user @kikon, I received ...
Advice
0
votes
16
replies
140
views
Is this JS script vulnerable to XSS?
Okay so i have a JS function that take my server response that would be multiple html Elements.
I add all of those elements with innerHTML and i know it can cause XSS attack but i struggle to ...
Best practices
0
votes
2
replies
68
views
How to do a proper error handling in typescript?
This is my first attempt at implementing proper error handling in my project. I realized that as my project grows in complexity, the lack of structured error handling makes development much more ...
Best practices
1
vote
6
replies
89
views
HTML: set onclick event handler in external script file before user clicks it?
I am removing inline JS from HTML files due to CSP in an existing project, so this old code:
<input value="Click here" type="submit" name="submitA" onclick="...