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:
Post a Comment