affiliate_link

Tuesday, October 14, 2008

Redirecting to a url after 5 seconds delay

It is often required to show client a message then redirect user to some other page after a certain interval. For this, simply add the following line in the head section of the html file.

< meta equiv="refresh" content="5;URL=http://www.theurl.com" >

Change theurl to your required url.

No comments: