飞虎农者学程序

ASP.net,Sqlserver,HTML,CSS,JS(喜欢编程的朋友,大家一起来学习,共同进步 )

小杨ID:yjf_1982
1566次访问,排名2万外好友0人,关注者1
暂无
yjf_1982的文章
原创 5 篇
翻译 0 篇
转载 0 篇
评论 0 篇
最近评论
文章分类
收藏
    相册
    wwww
    Css
    HTML
    JavaScript
    存档
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    原创 Iframe的一个疑问收藏

    新一篇: VB6.0调用WebService及打包发布(1) | 旧一篇: 有关ADO综合处理类(存储过程访问数据库)

    我写了如下的网页左右是可以实现的,可就是我想上下也显示时,出现了问题,

    <HTML>
     <HEAD>
      <title>电视互动</title>
      <meta http-equiv="content-type" content="text/html; charset=gb2312">
      <SCRIPT>
       winLR = "on";
       winUD = "on";
       function switchSysBar() {
        if (winLR == "on") {
         winLR = "off";
         switchPoint.src = "../images/arrow02.gif";
         document.all("leftFrm").style.display = "none";
        } else {
         winLR = "on";
         switchPoint.src = "../images/arrow01.gif";
         document.all("leftFrm").style.display = "";
        }
       }
       function switchSysBarUD() {
        if (winUD == "on") {
         winUD = "off";
         switchPointUD.src = "../images/arrow_down.gif";
         document.all("topfrm").style.display = "none";
        } else {
         winUD = "on";
         switchPointUD.src = "../images/arrow_up.gif";
         document.all("topfrm").style.display = "";
        }
       }
      </SCRIPT>
     </HEAD>
     <body style="MARGIN: 0px" bgColor="#ffffff" scroll="no">
      <table height="100%" width="100%" cellSpacing="0" cellPadding="0" border="0">
       <tr>
        <td id="leftfrm" vAlign="top"><iframe style="Z-INDEX: 2; VISIBILITY: inherit; WIDTH: 160px; HEIGHT: 100%" name="left" src="" frameBorder="0" scrolling="auto"></iframe></td>
        <td bgColor="#c0c0c0">
         <table height="100%" cellSpacing="0" cellPadding="0" border="0">
          <tr>
           <td onclick="switchSysBar()"><IMG id="switchPoint" src="../images/arrow01.gif"></td>
           <td width="1" bgColor="#090c11"><img src="" width="1"></td>
          </tr>
         </table>
        </td>
        <td vAlign="top" width="100%" height="100%">
         <table cellSpacing="0" cellPadding="0" width="100%" border="0">
          <tr vAlign="top">
           <td id="topfrm"><iframe style="Z-INDEX: 2; VISIBILITY: inherit; WIDTH: 100%; HEIGHT: 100%" name="top" src="" frameBorder="0" scrolling="auto"></iframe></td>
          </tr>
          <tr vAlign="top">
           <td height="7">
            <table cellSpacing="0" cellPadding="0" width="100%" border="0">
             <tr vAlign="top" bgColor="#c0c0c0">
              <td onclick="switchSysBarUD()" align="middle"><IMG id="switchPointUD" src="../images/arrow_up.gif"></td>
             </tr>
             <tr valign="top">
              <td height="1" bgColor="#090c11"><img src="" height="1"></td>
             </tr>
            </table>
           </td>
          </tr>
          <tr>
           <td><iframe frameborder="0" name="main" scrolling="yes" src="http://www.rich-mobile.com" style="Z-INDEX:13;VISIBILITY:inherit;WIDTH:100%;HEIGHT:100%"></iframe></td>
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </body>
    </HTML>

    发表于 @ 2006年05月08日 16:01:00|评论(loading...)|编辑

    新一篇: VB6.0调用WebService及打包发布(1) | 旧一篇: 有关ADO综合处理类(存储过程访问数据库)

    评论:没有评论。

    发表评论  


    当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
    Csdn Blog version 3.1a
    Copyright © 飞虎龙者