源代码:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Fmpq教程(fmpq.com)</title> </head> <body> <iframe src="demo_iframe.htm" name="iframe_a"> <p>您的浏览器不支持 iframe 标签。</p> </iframe> <a href="http://www.fmpq.com" target="iframe_a">fmpq.com</a> <p><b>注意:</b> 因为连接的 target 属性 匹配了 ifrme 的 name 属性,所以链接点击后将显示在 ifram 中。</p> </body> </html>
运行结果:
Fmpq工具