Re: help with hidden variables...



On 28 Feb 2006 06:57:29 -0800, graniteraju@xxxxxxxxx wrote, quoted or
indirectly quoted someone who said :


I want to store the "selected state value" as a hidden variable and
retrieve in other pages(maintaining a session).

for the first part of your problem see
http://mindprod.com/jgloss/htmlcheat.html#FORMS

For the second part you generate a form with a hidden field with a
default value which is the state you want the client to remember.
Other than that, you use a cookie.

see http://mindprod.com/jgloss/cookie.html
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.



Relevant Pages

  • select option as a hidden variable...
    ... I have the following html code: ... I want to store the "selected state value" as a hidden variable and ... retrieve in other pages. ...
    (alt.html)
  • help with hidden variables..
    ... I have the following html code: ... I want to store the "selected state value" as a hidden variable and ... retrieve in other pages. ...
    (alt.html)
  • help with hidden variables...
    ... have the following html code: ... I want to store the "selected state value" as a hidden variable and ... retrieve in other pages(maintaining a session). ...
    (comp.lang.java.programmer)
  • select option value into a hidden variable.....
    ... I have the following html code: ... I want to store the "selected state value" as a hidden variable and ... retrieve in other pages. ...
    (comp.lang.java.programmer)
  • Re: Problem with asp.net app only allowing 1 user at a time
    ... from the client to the server), Application (an object that can store ... Now in your case you are reading and writing everything to the database, ... there is the Session object. ... To retrieve this you would do something like: ...
    (microsoft.public.dotnet.framework.aspnet)