HTML iframe

在这里插入图片描述

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <title>index</title>
    <style type="text/css">

        * {
            margin: 0;
            padding: 0;
        }



        .AllDiv {
            width: 100%;
            height: 100%;
            position: absolute;
            display: flex;
            flex-direction: column;
        }


        .TopNavigation {
            background-color: #262F3E;
            width: 100%;
            height: 60px;
            position: fixed;
            color: white;
            z-index: 1500;

            display: flex;
            align-items: center;
            justify-content: space-between;
        }





        .BodyContentSurface {
            background-color: #F3F4F7;
            width: 100%;
            flex: 1;
        }

        .BodyContent {
            width: 100%;
            height: 100%;
            position: absolute;
            display: flex;
            flex-direction: row;
        }

        .LeftNavigationSurface {
            height: 100%;
            width: 200px;
            position: fixed;
            background-color: #F3F4F7;
            border: 1px solid red;
        }
        .left
        {
          margin-top: 60px;
        }

        .RightContentSurface {
           
            height: 90%;
            flex: 1;
            margin-left: 200px;
            margin-top: 60px;
        }

        .RightContent {
            width: 100%;
            height: 100%;
        }
        .content
        {
          height: 100%;
          border: 1px solid blue;
        }
      </style>
</head>
<script>


  function hits(e) {

      var value = e.innerHTML

      if (value == "百度") {
          console.log("百度")
       
          document.getElementById("frm1").src = "https://www.baidu.com"
      }
      if (value == "腾讯") {
      
          document.getElementById("frm1").src = "https://www.baidu.com"
      }
      if (value == "阿里") {
       
          document.getElementById("frm1").src = "https://www.baidu.com"

      }
      if (value == "新浪") {
        
          document.getElementById("frm1").src = "https://www.baidu.com"

      }
    


  }
</script>
<body>
<div class="AllDiv">
    <!---顶部菜单栏(固定位置和高度:60px)--->
    <div class="TopNavigation">


    </div>

    <!---内容区外壳(自适应铺满高度)--->
    <div class="BodyContentSurface">
        <!---内容区--->
        <div class="BodyContent">
            <!---左侧导航栏(固定位置和宽度:200px)--->
            <div class="LeftNavigationSurface">
                <div class="left">
                  <ul>

                    <li id="hs" onclick="hits(this)">首页</li>

                    <li id="hs" onclick="hits(this)">腾讯</li>

                    <li id="hs" onclick="hits(this)">阿里</li>

                    <li id="hs" onclick="hits(this)">新浪</li>

                  </ul>
                </div>
             
            </div>
              <!---右侧内容区(自适应铺满宽度)--->
              <div class="RightContentSurface">
                  <!---右侧内容区--->
                  <div class="RightContent">
                    
                      <div class="content">
                        <iframe id="frm1" style="height:100%; width:100%;border: medium none; "
                        src="about:blank"></iframe>
                      </div>
                  </div>
              </div>
        </div>
    </div>
</div>


</body>

</html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值