PDA

Click to See Complete Forum and Search --> : ASP: Refreshing the client side


Shafee
Nov 20th, 2000, 01:09 PM
How do I refresh the client's browser with ASP?
I know how to do this with client side scripting. How do I do this without sending any script to the client?

monte96
Nov 20th, 2000, 03:36 PM
Include this in the HEAD section:


<meta http-equiv="Refresh" content="500;">

Shafee
Nov 20th, 2000, 04:42 PM
Thanks montel96 for your help.
It worked great.

[Edited by shafee on 11-20-2000 at 06:50 PM]