zoukankan      html  css  js  c++  java
  • 一个链接同时控制两个帧的方法

    主页面代码

    <frameset rows="91,*,37" cols="*" framespacing="1" frameborder="no" border="0" bordercolor="#3333FF">
     <frame src="topframe.aspx" name="topFrame" scrolling="no" noresize="noresize" id="topFrame" title="topFrame" />
      <FRAMESET rows="*" COLS="180,6,*" FRAMESPACING="0" FRAMEBORDER="no" BORDER="0" id="mainframe" name="mainframe">
       <FRAME src='leftframe.aspx?kuangbie=<% =Server.UrlEncode(kuangbie) %>&modelid=<% =modelID %>' name="left">
          <frame scrolling=no noresize="true" name=toogle marginwidth=0 marginheight=0 src='wtoogle.html'  onmouseover='this.style.cursor="hand";' onclick='window.open("wtoogle.html");' style="cursor:pointer" >
       <FRAME src='main.aspx'id="main"  NAME="main">
      </FRAMESET>
     <frame src="down.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
    </frameset>

    链接页面代码

     <a id="teste" onclick="javascript:parent.main.location.href='Error.htm'" href='leftframe.aspx?kuangbie=<%=Server.UrlEncode(kuangbie) %>&modelid=<%#Eval("ModelID") %>' target="left">

  • 相关阅读:
    基于s5pv210的uboot总结
    QQ群笔记
    设计模式----适配器模式
    设计模式----桥接模式
    设计模式----建造者模式
    设计模式----原型模式
    设计模式----单例模式
    设计模式----工厂方法模式
    设计模式----设计原则
    JUnit单元测试--小试牛刀
  • 原文地址:https://www.cnblogs.com/windphoenix/p/1517506.html
Copyright © 2011-2022 走看看