Forum Moderators: open

Message Too Old, No Replies

passing variable between two html files

         

kadnan

9:06 am on Feb 23, 2008 (gmt 0)

10+ Year Member



Hi

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

penders

2:19 pm on Feb 24, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Use a very slim frame to hold the value?

Although I think a cookie is probably your best bet in this situation.