Redirection in Html

The code given below is used to redirect a page using html.

This will not work if the browser auto refresh is disabled.

<meta http-equiv=”refresh” content=”1; url=../”>

content = ? time in seconds to wait before redirection .

url= ? where the page must be redirected to .

Posted by Suresh B

Leave a Reply

You must be logged in to post a comment.