xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>W3Cschool(w3cschool.cn)</title>
</head>
<body>
<iframe src="/statics/demosource/demo_iframe.htm" name="iframe_a">
<p>您的浏览器不支持 iframe 标签。</p>
</iframe>
<a href="http://www.w3cschool.cn" target="iframe_a">W3Cschool.cn</a>
<p><b>注意:</b> 因为连接的 target 属性匹配了 ifrme 的name属性,所以链接点击后将显示在 ifram 中。</p>
</body>
</html>