【发布时间】:2013-05-24 08:12:22
【问题描述】:
网页包含 24 个 iframe,这些 iframe 使用 iframe 内容中的元刷新定期刷新:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="25">
<base target="_parent" />
<link href="/store/Content/Css/Site.css" rel="stylesheet" type="text/css" />
</head>
<body>
<a class="picture ui-corner-all"
href="/store/Store/Details?product=FRUNBLUEJASS">
<img src="/store/Store/MainImageThumb?product=FRUNBLUEJASS" />
</a>
</body>
</html>
在 Internet Explorer 10 中按 F5 刷新页面后,错误
HTML1509: Unmatched end tag.
store, line 470 character 5
出现在 IE 开发人员工具控制台选项卡中,页面底部组文本出现在单列中。 在 Chrome 页面中正确呈现没有错误。我验证了页面中的所有标签都匹配。 如何解决这个问题?
使用jquery、jquery iu、mono/ASP.NET MVC3。
【问题讨论】:
标签: html css internet-explorer iframe banner