如何创建html Redirect页面
Friday, June 13th, 2008非常容易就可以做到这一点
以下是代码:
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”> <html> <head> <title>Your Page Title</title> <meta http-equiv=”REFRESH” content=”0; url=http://www.the-domain-you-want-to-redirect-to.com”></HEAD> <body> Optional page text here. </body> </html>
代码说明: