Here is my next problem....When the user presses the back link on my web page, I would like all the information to previously enter to remain on the page once the page loads...
Can this be done without actually accessing the Database where the info is stored..?
I've noticed that when the back button on the browser is pressed, the info is still there....that is what I am looking for.
There is no guarantee that all entered info will still be there when going back to a site unless you save it in a cookie or database. A cookie would be easier to add but try waht kvnband posted, it should work.