help with hidden variables...
- From: graniteraju@xxxxxxxxx
- Date: 28 Feb 2006 06:57:29 -0800
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?
.
- Follow-Ups:
- Re: help with hidden variables...
- From: Roedy Green
- Re: help with hidden variables...
- Prev by Date: Re: Servlet error reading properties file in same dir
- Next by Date: Re: How do java programmers cope with java missing c++ const?
- Previous by thread: POI - HSSFWorkbook - can't find addpicture method
- Next by thread: Re: help with hidden variables...
- Index(es):
Relevant Pages
|