Questions tagged as 'localstorage'

1
answer

Locale database + node.js

I'm working on a project using node.js. I need to use a local database, but I wanted to reconcile performance with security, and if possible, portability as well. I only know MS Access (.accdb) and Sqlite3. [MS ACCESS] Prós: Senha...
asked by 13.11.2015 / 20:08
1
answer

Get values from WebSQL when loading page through Javascript

When I load the same page as the getChamadasFromDay () function starting after loading, the variables total_time and total_calls continue to be zero. note that the total_time variable and total_call variable are receiving values but for so...
asked by 10.07.2015 / 07:43
0
answers

Why does a query with localStorage variable not work?

I'm doing a system in PHP where the user must choose some parameters and then get results as restricted as possible. For this I store the first variable using LocalStorage in JavaScript and everything works perfectly fine, however, onl...
asked by 24.03.2015 / 20:13
1
answer

Print JSON.Parse

Good morning, I have a variable that stores data coming from a localStorage , which in turn contains the following data: Array[3] 0:"{"Token":-6742.075757575755,"Solicitacao":"3359659","Justificativa":"jjjj"}" 1:"{"Token":-57645.84848...
asked by 05.01.2017 / 14:40
1
answer

Required fields in session with local storage

I developed a form with localstorage in this site here but inside it has two inputs one for name and another for salary but I needed these fields it is mandatory because when they are not filled in and the user clicks next the fields are blank...
asked by 07.08.2017 / 18:52
1
answer

Duvida JavaScript [closed]

The structure below is a guide to how information is arranged. Implement in javascript the listAllDoctors() function that is responsible for storing the structure below containing their names and specialties. Note that the names and speci...
asked by 07.11.2018 / 19:45
1
answer

Staff who can help me, I am a beginner in javascript,

I wanted to make the number of clicks stored in the localStorage, and when I returned the number of clicks I would continue where I left off. I have tried doing so, but in alert only shows NaN : <!DOCTYPE html> <html lang...
asked by 08.11.2018 / 23:49