【发布时间】:2016-03-28 14:44:32
【问题描述】:
这让我现在完全发疯了。我制作的 iframe 内页面上的链接 (http://ns.nl) 不起作用 (http://newsoundsofeurope.com/videos/playlisttest)。鼠标单击后 Chrome 不会执行任何操作。 Firefox 只是在 iframe 中打开一个空白页面。有人可以帮忙吗?
带有 iframe 的页面:
<html>
<head>
</head>
<body>
<iframe src="playlist_iframe.php"></iframe>
</body>
</html>
iframe 内的页面:
<html>
<head>
</head>
<body>
<a href="http://ns.nl" target="_self"><img src="026.png"/></a>
</body>
</html>
【问题讨论】: