HTML语言中的Refresh和Redirect
“
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-
transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en" lang="en">
<head>
<title>My Page Refresh</title>
<meta name="keywords" c />
<meta name="description" c />
<meta name="author" c />
<meta http-equiv="refresh"c/>
</head>
<body>
<p><big>Please wait while we redirect you to our new site</big></p>
</body>
</html>
”
按照书上说的,应该在网页打开后3秒钟之后,转到Google才对。
问题是:
FireFox和Opera只显示Please wait while we redirect you to our new site
IE呢,似乎是每3秒刷新一次,但不跳转
只有Safari按照书上说的,3秒钟之后跳转到Google了。
我想知道,这是为什么啊,俺学得可是比较标准的HTML教程啊?
[ 本帖最后由 大胆狂徒 于 2008-6-18 23:06 编辑 ]