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?
Printable View
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?
Include this in the HEAD section:
Code:<meta http-equiv="Refresh" content="500;">
Thanks montel96 for your help.
It worked great.
[Edited by shafee on 11-20-2000 at 06:50 PM]