Is there a way to save prompted user changes to the DOM without using PHP etc.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there a way to save prompted user changes to the DOM without using PHP etc.?

Let's take a form. Is there a way to designate entries from User1 to an HTML that can be saved and later retrieved and then take input from User2 and do the same simply using HTML and Javascript alone (and not PHP, SQL, etc?

30th Dec 2018, 2:45 PM
Stan Berger
Stan Berger - avatar
6 Answers
+ 1
You can save (mark) there changes and store them in cookies or localstorage or indexeddb of the browser
30th Dec 2018, 6:10 PM
Adarsh.n. Bidari
Adarsh.n. Bidari - avatar
+ 1
First off all Client side storage is not secure,and we can make it strong by encrypting the data.
18th Mar 2019, 4:42 PM
Adarsh.n. Bidari
Adarsh.n. Bidari - avatar
+ 1
How do I screen for malicious input?
22nd Mar 2019, 1:45 AM
Stan Berger
Stan Berger - avatar
+ 1
What type of application are you working with ?
25th Mar 2019, 8:53 AM
Adarsh.n. Bidari
Adarsh.n. Bidari - avatar
0
What security precautions do I need to employ when using localstorage?
18th Mar 2019, 2:18 PM
Stan Berger
Stan Berger - avatar
0
Just Javascript, HTML and CSS
25th Mar 2019, 1:37 PM
Stan Berger
Stan Berger - avatar