美文网首页
古老的iframe 标签

古老的iframe 标签

作者: panw3i | 来源:发表于2017-12-19 19:32 被阅读6次
    <!DOCTYPE html>
    <html>
    <head>
      <meta charset="utf-8">
      <title>JS Bin</title>
    </head>
    <body>
      <iframe name='xxx' src="http://baidu.com" frameborder="0"></iframe>
      <a target='xxx' href="http://qq.com">xdml</a>
    </body>
    </html>
    

    通过 a 标签打开 iframe 里面的链接 ,等同于打开标签页, 输入网址

    相关文章

      网友评论

          本文标题:古老的iframe 标签

          本文链接:https://www.haomeiwen.com/subject/gopiwxtx.html