亚洲免费乱码视频,日韩 欧美 国产 动漫 一区,97在线观看免费视频播国产,中文字幕亚洲图片

      1. <legend id="ppnor"></legend>

      2. 
        
        <sup id="ppnor"><input id="ppnor"></input></sup>
        <s id="ppnor"></s>

        a標簽的target鏈接指向iframe的方法

        字號:


            代碼如下:
            <iframe id=myframeid name=myframename scrolling=no frameborder=0 style=width:200px; height:150px; ></iframe>
            <a href=../ashx/print2dcodeimage.ashx?codeinfo=demo123 target=myframename >打印二維碼</a>
            上面的這個a標簽的target指向的是name為myframename的iframe,不是用id來做指向的目標,如果target=“myframeid”的話只有新版的chrome、opera支持,在ie10,ff中都不生效。