编辑页面

来自能源智库
SolarLib讨论 | 贡献2016年6月17日 (五) 21:29的版本

跳转至: 导航搜索

<!DOCTYPE html> <html> <body>

<iframe src="/example/html/demo_iframe.html" name="iframe_a"></iframe>

<a href="http://www.w3school.com.cn" target="iframe_a">W3School.com.cn</a>

注释:由于链接的目标匹配 iframe 的名称,所以链接会在 iframe 中打开。

</body> </html>