开发者

Why won't <meta http-equiv="refresh" ... /> work? Nothing happens?

I've added a met开发者_StackOverflow中文版a refresh to my page, but nothing happens at all. I'm using

<meta http-equiv="refesh" content="0;URL=http://buzztard.org/"/>

I'm in Google Chrome too.


It looks like you misspelled "refresh" as "refesh". You need an "r" between f and e.


Try:

    <meta http-equiv="refresh" content="0;URL=http://buzztard.org/"/>

Missed that pesky "r" :)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜