Posted by Jim Moe on 02/28/06 19:06
graniteraju@gmail.com wrote:
>
> I want to store the "selected state value" as a hidden variable and
> retrieve in other pages(maintaining a session).
>
The easiest way is to use a server-side processor like PHP or JSP that
has session capabilities.
It is possible to write an <input type="hidden" ...> element to
subsequent pages but they only apply when in <form>s. And you still need a
way to track a session.
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
[Back to original message]
|