On 2005-09-20, Ross <ross (AT) aztechost (DOT) com> wrote:
Quote:
I have the following select box...
select name="table_name" id="table_name"
option value="1" selected>Please Select</option
option value="news">News</option
option value="events">Events</option
option value="publications">Publications</option
/select></td
how do I rememeber the selected option whne the form is submitted so it does
not reset the value. |
when the form is submitted the browser "forgets" everything including the
contents of the page.
you will have to send that information to your server...
Bye.
Jasen