码迷,mamicode.com
首页 > 其他好文 > 详细

Iframe使用

时间:2018-01-31 14:28:03      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:scroll   min   asc   osi   span   doc   style   ref   cli   

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <script type="text/javascript" src="jquery.min.js"></script>
    <script>
        function changeUrl(){
            $(#showw).show();
            $(#iii).attr(src,http://www.163.com);
        }
        function hs(){
            $(#showw).hide();
        }
    </script>
</head>
<body>
    <a href="javascript:void(0)" onclick="changeUrl()">点击</a><!-- 用过jq操作更换iframe链接 -->
    <a href="http://www.qq.com" target="asdasd">QQ</a><!-- 通过target属性在iframe打开a链接页面 -->
    <div style="width: 1200px;height: 600px;position: fixed;top: 50px;left: 50%;margin-left: -600px;overflow: hidden;" id="showw">
        <span style="position: absolute;top: 0;right: 0;font-size: 20px;cursor: pointer;" onclick="hs()">x</span>
        <iframe name="asdasd" src="https://www.baidu.com" id="iii" frameborder="0" width="98%" height="100%" scrolling="no"></iframe>
    </div>
</body>
</html>

 

Iframe使用

标签:scroll   min   asc   osi   span   doc   style   ref   cli   

原文地址:https://www.cnblogs.com/godehi/p/8391246.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!