I want to add a check box that maintains its checked state when opened and closed but how HTMLs do not save the state of forms. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to add a check box that maintains its checked state when opened and closed but how HTMLs do not save the state of forms.

server most save the every users information and server uses ips😂😂 but there is codeing skills speak help me .

13th Mar 2021, 6:56 PM
AmirhosseinYazdani
AmirhosseinYazdani - avatar
3 Answers
+ 1
the question was a bit difficult to understand. However, it seems that you want to store a true or false value from a checkbox on a webpage for each user, and have that same value reload when the user revisits the page. it also sounds like you know technically what to do, but you do not know what a server or an IP address is. A server is the computer that the webpage and everything is actually stored on, and which your computer is communicating with when you open the page in a web browser. IP stands for Internet Protocol, and an IP address is four or six numbers separated by dots which idenfity a computer on a network. most web services nowadays use the hardware address of the computer to identify it, rather than the IP address, because the IP address is more like a phone number where the hardware address is like the computer’s legal name, though it can hide this as well.
13th Mar 2021, 7:52 PM
Wilbur Jaywright
Wilbur Jaywright - avatar
+ 1
thanks cool.
15th Mar 2021, 2:29 PM
AmirhosseinYazdani
AmirhosseinYazdani - avatar
0
look into local storage, or also cookies
14th Mar 2021, 4:49 PM
madeline
madeline - avatar