js改变框架内容

上、下两个分布的框架页面,通过js点击上frame改变下frame链接

1.  index.html

<frameset rows="306,*" frameborder="no" border="0" framespacing="0">
  <frame src="top.html" name="topList" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
  <frame src="main.html" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
<noframes>
<body>
</body>
</noframes>


2.  top.html

<script langue="text/javascript">
    function report(id){
        var type = "stock";
        if(id == '2'){
            type = "fund";
        }    
        top.mainFrame.location = "reportlist_2.jsp?type=" + type;//改变框架中的frame内容    
        document.getElementById("reportTit1").style.background="url(../images/0_21.jpg)";
        document.getElementById("reportTit2").style.background="url(../images/0_21.jpg)";
        document.getElementById("reportTit" + id).style.background="url(../images/0_20.jpg)";
        document.getElementById("report1").style.display="none";
        document.getElementById("report2").style.display="none";
        document.getElementById("report" + id).style.display="block";
    }
</script>

<div class="report">
    <div class="reportTit">
        <div id="reportTit1" onclick = "report(1);">股票透视日报</div>
        <div id="reportTit2" onclick = "report(2);">基金透视日报</div>
    </div>
</div>


3.  main.html

具体内容显示



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值