On May 9, 1:23 pm, Laser Lips <loudsphi...@[EMAIL PROTECTED]
> wrote:
> 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
Hi Graham,
The page uses just one frame and the page refreshes automatically
using a meta tag. I was thinking there might be a way using java
script which detects when a user has clicked the dropped down list and
if so set a cookie saying the user has currently selected that drop
down list. Then when the page is refreshed, you could see if that
cookie is set and if so onload set the drop down list to be displayed?
I don't know if I am thinking along the right lines though.
Thanks
Chris


|