use meta header to redirect a page to another one

来源:互联网 发布:淘宝双11交易额 编辑:程序博客网 时间:2024/06/05 11:59

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

tells the browser to load http://www.htmlhelp.com/ 10 seconds after the current document has finished loading. Not all browsers support this, so authors should provide an alternate means of moving to the new page where necessary. The Refresh header is sometimes used for "splash screens" or when a page has moved, but the technique is not very effective since users may not even be looking at the window that is to be refreshed. Some search engines penalize pages that use a Refresh of a few seconds or less.

remember that search engines don't like this kind of pages.

原创粉丝点击