Hello!
I have a problem with LocalStorage. In my interface i use HTML to create a List with some numbers that Client can choose. To create this List, i need id Client, that i can to take without problem. But, when i use this id to create my list, don’t works. My Database return what i need, but i can’t create my list. My problem is with the element HTML? Somebody help me?
1 answer
Hello kassiacarols,
Please describe what you did with more details, since the phrase “don’t work” doesn’t mean anything to others.
What data is stored in LocalStorage? How you create your list? I can’t help without knowing all these information, I believe others can not help as well.
-
I have a system to search the database for a list of telephone numbers . With these figures I create a list using the HTML element. This list I use 3 parts of the system , but now how to divide the system into 3 the list is only being created in the first part . To send the request to the database (Get JSON ) , I just need the ID , the user enters the first part of the system and I store in LocalStorage . In other parts of the systems that I need from the list , it does nothing . the Bank returns what needs to be returned, but the element does not show anything like the first part of the system .
-
Sorry, I know every word you said but still I don't understand. Html element is for advanced users who are very familiar with web development. If you are using the Html element to create a list, you need to take care of its content updating by yourself. Since ForeUI doesn't know about the list created by Html element.