help with hidden variables...



have the following html code:
<html>
<body><form method="post" action=page2.html>
<select name="states">
<option>California </option>
<option>Colorado </option>
<option>Connecticut</option>
</select>

</form></body>
</html>


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


how do I do that?

.



Relevant Pages

  • Re: Server-Side HTML to JavaScript Vars in AJAX?
    ... get all subpages with content, names are subpage1.asp, subpage2.asp, ... XMLHttpRequest does not get session protected pages. ... If subpages html codes are in JS variables, when JS will use these variables to write the html code, associated images will have to be downloaded on this moment ... ...
    (comp.lang.javascript)
  • Re: Session Timed Out Issue (URGENT)
    ... > message (amongst the HTML code) "Session Timed Out" ... Presumably because you've got a session timeout of 10 minutes - ASP.NET ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Session Timed Out Issue (URGENT)
    ... > I am developin an application that access a web site, ... > gives me a message (amongst the HTML code) "Session Timed Out" ... Do you properly implemented session handling in your client code? ...
    (microsoft.public.dotnet.languages.csharp)
  • 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)
  • 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)