kiths
06-02-2010, 09:48 PM
Hi,
I have a html page which has a text box, drop down box, div tag where some contents are written, iframe and submit button.
Once after I enter values in each of the html element and press submit.
1. I want to store it locally in the system or cache.
I want to provide a link, when clicked it reads the stored information and displays the page with editable option.
Or
2. After I enter values and press submit, cache the information and display it another page when clicked on a link.
Is it possible to do?
According to the requirements, to store the information I am not using DB, i want to store it locally / caching.
Language I use: Javascript & html...
Thanks in advance,
K
I have a html page which has a text box, drop down box, div tag where some contents are written, iframe and submit button.
Once after I enter values in each of the html element and press submit.
1. I want to store it locally in the system or cache.
I want to provide a link, when clicked it reads the stored information and displays the page with editable option.
Or
2. After I enter values and press submit, cache the information and display it another page when clicked on a link.
Is it possible to do?
According to the requirements, to store the information I am not using DB, i want to store it locally / caching.
Language I use: Javascript & html...
Thanks in advance,
K