Cris, how is the page refre****ng?
If the user is refre****ng it by presing the refresh button, or the
page is refre****ng itself using meta tags, then there is no way to
pass any state information to the page and you can not do it.
HOWEVER, if the page is using JavaScript to refresh, then you can load
the page instead of refre****ng it and send it the value of the
currently selected dropdown, and reset the dropdown to that state when
the page reloads.
How is your page setup, is it just one frame?
Graham


|