I know you could break up your webform into two frame. The main frame
will have your page contents, while the clock frame will point to a
webform containing a clock. You can set the webform containing the
clock to auto refresh itself on specific intervals, and thus update
the clock with the server time on each refresh. This way the clock
will refresh, while the rest of your page reminds unchange. However,
each refresh will need to send a request to the web server, thus,
having the clock to get updated every second is probably not possible,
especially when the client have a dial-up connection.
Tommy,
"ajay" <ajay prab...@hotmail.com> wrote in message news:<#N1V0fdvCHA.2552@TK2MSFTNGP12>...
> --