Can you give an example of what you might want to store?
There are 15 text boxes that contain some value used for calculation for example.
Dental expense = 45.00
Vision Expense= 55.55 etc
These kind of 15 values....That i have to store and reterive at the page load if cookie exist..
One more thing want to ask...Header & Footer sections are common for all the page.... can we place any kind of check on BODY onload event as I want to use this script on only one page?
One more thing want to ask...Header & Footer sections are common for all the page.... can we place any kind of check on BODY onload event as I want to use this script on only one page?
Yes, you should be able to attach this code to the body onload event.
Have you tried this script?
Yes, you should be able to attach this code to the body onload event.
Thanks for response acoder. I have already created the script using the link provided by you. and i taken multiple value conactinated in a string and seprated by semicolon..this is working fine .
Comment