Forum Moderators: open
I have two html pages and I want to pass values from one HTML to other HTML without using query string. One option comes in mind is using cookies. Will you advise any other option for this purpose.
pls do remember that there is no server side processing hence can't use form to post data from one page to another.
Thanks