Tuesday, March 4, 2008

Refresh a browser (client side) automatically

Inorder to do a client side refresh automatically you will need to add the below line to your webpage:

<META HTTP-EQUIV=Refresh CONTENT="10; URL=http://www.aabbcc.com/">

where '10' is the number of seconds to wait since the webpage was already loaded and 'http://www.aabbcc.com/' is the url to reload.

No comments: