Posted by graniteraju on 02/28/06 16:52
I 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?
[Back to original message]
|