Save data offline
TiinaMar 28 2011 — edited Mar 29 2011Hi,
I'm rather desperate with this problem:
I have been planning a way to save data offline and then load it to database later.
To do this I made a page that works offline. The user can input data on it and then the save the page.
When saving the data to database, the user first uploads the saved page.
After this, a javascript function calls an application process to get the saved html page.
I have made it work so far but how to parse the data of the saved html page?
The values in it should be copied to the corresponging items in the "online" page.
There the user could check the values and save them to database.
Tiina