All Forums >> [Scripting] >> ASP >> how does the page can auto refresh Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Dear vietnamblood, Refreshing the page can be done in 3 ways:
1. by the meta tag: <meta HTTP-EQUIV="refresh" CONTENT="4;URL=PAGE.asp"> --The (4;) is the time u want the page to refresh 2. using a server-side code, 3. using client-side code
Please note that using the MetaTag is a lot better and a lot easier... and i personally use the MetaTag