Maintaining focus after refresh

  • Follow


Hello All,
I set some table properties (background color, border style, etc) as a 
result of an onclick event in various cells. However, when I refresh the 
page it restores the default settings (as set up in the css file) as I would 
expect. Can I get some help on how to get my page to remember it's 
settings??
TIA.
Best Regards,
Steve 


0
Reply Stevek 5/23/2006 8:24:41 PM

Stevek wrote:
> Hello All,
> I set some table properties (background color, border style, etc) as a 
> result of an onclick event in various cells. However, when I refresh the 
> page it restores the default settings (as set up in the css file) as I would 
> expect. Can I get some help on how to get my page to remember it's 
> settings??

You could either use cookies in the client, or pass the settings back to
the server with a hidden form element and have the server pass them back
in the refresh URL.

-- 
Ian Collins.
0
Reply Ian 5/23/2006 8:44:18 PM


Thanks. That's what I thought.

"Ian Collins" <ian-news@hotmail.com> wrote in message 
news:4dhah3F19ri28U1@individual.net...
> Stevek wrote:
>> Hello All,
>> I set some table properties (background color, border style, etc) as a
>> result of an onclick event in various cells. However, when I refresh the
>> page it restores the default settings (as set up in the css file) as I 
>> would
>> expect. Can I get some help on how to get my page to remember it's
>> settings??
>
> You could either use cookies in the client, or pass the settings back to
> the server with a hidden form element and have the server pass them back
> in the refresh URL.
>
> -- 
> Ian Collins. 


0
Reply Stevek 5/23/2006 8:54:02 PM

2 Replies
303 Views

(page loaded in 0.084 seconds)

Similiar Articles:











7/22/2012 10:49:29 PM


Reply: