动态改变大小的frame

主框架页dynamicFrame.htm


<html>
<head>
<script language="JavaScript1.1">
function genString(s, n)
{
 var a = new Array();
 for (var i=0;i<n;i++)
  a[a.length] = s;
 return a.join("");
}
document.write("<title>国电物资商务网"+genString(" ", 200)+"</title>");
</script>
</head>
<frameset rows="110,*" name="disptree_header"  frameborder="NO" border="0" framespacing="0">
  <frame src="Top.htm" name="topFrame" scrolling="no" noresize >
  <frameset cols="180,*" name="disptree"  framespacing="1" frameborder="no">
    <frame src="left.htm" name="left"  scrolling="no" >
    <frame src="mainFrame.htm" id="aaa" name="mainFrame" scrolling="yes" >
  </frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>

style.css

BODY
{   margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background:#ffffff;
    SCROLLBAR-TRACK-COLOR:#F8FCFC;
 SCROLLBAR-FACE-COLOR:#CFE9E7;
    SCROLLBAR-SHADOW-COLOR:#4F8C99;
    SCROLLBAR-3DLIGHT-COLOR:#cccccc;
 SCROLLBAR-ARROW-COLOR:#ffffff;
 SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
 SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
}
.bodylogin{
 background-image: url(/AoepmRoot/images/loginbg.gif);
}
td
{
 font-size:12px; color:#000000;
}
form
{
 padding:0px;margin:0px;
}

frame
{
 margin-top: 0px;margin-left: 0px; border:0px;
}
A:link
{  font-size:12px;   color:#000000;   text-decoration:none;}
A:active
{   font-size:12px;    color: #000000;}
A:visited
{   font-size:12px;    color: #000000;    text-decoration:none;}
A:hover
{   font-size:12px;    COLOR: #cc0000;    text-decoration: none}
 
.A1:link
{  font-size:12px;   color:#FF3300;   text-decoration:none;}
.A1:active
{   font-size:12px;    color: #FF3300;}
.A1:visited
{   font-size:12px;    color: #FF3300;    text-decoration:none;}
.A1:hover
{   font-size:12px;    COLOR:#000000;    text-decoration: none}

.A2:link
{  font-size:12px;   color:#0033CC;   text-decoration:none;}
.A2:active
{   font-size:12px;    color: #0033CC;}
.A2:visited
{   font-size:12px;    color: #0033CC;    text-decoration:none;}
.A2:hover
{   font-size:12px;    COLOR:#ff0000;    text-decoration: none}
.A3:link
{  font-size:12px;   color:#ffffff;   text-decoration:none;}
.A3:active
{   font-size:12px;    color: #ffffff;}
.A3:visited
{   font-size:12px;    color: #ffffff;    text-decoration:none;}
.A3:hover
{   font-size:12px;    COLOR:#ff0000;    text-decoration: none}
/*-------------- index --------------------------*/

.index_state{
   color:#ffffff;
   background-color:#3966B9;
}
.index_state_line{
   background-color:#BFCDD6;
}
.index_state_last{
    color:#ffffff;
 background-color:#5884BD;
}
.index_state_linelast{
   background-color:#8FA1AF;
}
.index_left_dot{
   background-image: url(/AoepmRoot/images/index/dot.gif);
}
.index_left_bg{
   background-color:#D5E3EE;
}
.index_left_top{
   background-image: url(/AoepmRoot/images/index/left_top.jpg);
}
.index_left_title{
   background-image: url(/AoepmRoot/images/index/left_title1.gif);
}
.index_title_font{
   font-size:14px;color:#0033CC;filter:DropShadow(Color=#ffffff, OffX=+3, OffY=0, Positive=2);
}
.index_left_content{
   background-color:#C3D8E9;
}
.index_title{
   background-image: url(/AoepmRoot/images/index/title_button.gif);
}
.index_title2{
   background-image: url(/AoepmRoot/images/index/title_button2.gif);
}
.index_bottom1{
   background-color:#1A4F93;
}
.index_bottom2{
   color:#ffffff;
   background-color:#669ACC;
}
.index_content{
   background-image: url(/AoepmRoot/images/index/dot_content.gif);
}
.index_listTable_header{
    color:#ffffff;
    background-color:#669ACC;
    padding-left:2px;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
    border-left-color:#356A9F;
 border-top-color:#ffffff;
 border-right-color:#ffffff;
 border-bottom-color:#356A9F;
}
.index_listTable_itemSet{
   background-color:#eeeeee;
   padding-left:2px;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
    border-left-color:#A3A6AF;
 border-top-color:#ffffff;
 border-right-color:#ffffff;
 border-bottom-color:#A3A6AF;
}
/*-------------- header -----------------------*/
.header_pic_logo{
 background-image: url(/AoepmRoot/images/logo.jpg);
}
.header_pic_banner{
 background-image: url(/AoepmRoot/images/baner.jpg);
}
.header_tree_bar
{
  color:#ffffff;
 background-color:#1A4F93; 
 }
.navtree_header{
    background-color:#bfcdd6;
}
.navtree_left{

    background-color:#bfcdd6;
}
.fontheader{
    color:#D7EFFF;
}
/*--------------navtree_left------------------------------*/
.navtree_left_bg{
    background-color:d4e5ef;
}
.navtree_left                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  {
    background-color:#bfcdd6;
}
.navtree_left_body
{
    margin-left:0px;margin-top:0px;margin-right:0px;
 background-color: #D4E5EF;
 SCROLLBAR-FACE-COLOR:#CFE9E7;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR:#4F8C99;
    SCROLLBAR-3DLIGHT-COLOR: #cccccc; SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-TRACK-COLOR:#F8FCFC; SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
/*--------------navtree_right------------------------------*/
.navtree_right_body
{   margin-left:0px;margin-top:0px;margin-right:0px;
 background-color:#F0F0F2;
 SCROLLBAR-FACE-COLOR:#CFE9E7;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #6A7AB2;
    SCROLLBAR-3DLIGHT-COLOR: #cccccc; SCROLLBAR-ARROW-COLOR: #B3C4F0;
    SCROLLBAR-TRACK-COLOR: #EAEEFB; SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
}

/*-------------- titlename ------------------*/
.titlename_current{
   background-image:url(/AoepmRoot/images/title_current.gif);
}
.titlename_off{
   background-image:url(/AoepmRoot/images/title_off.gif);
}
/*--------------- addForm ---------------*/
.addForm_titleName{
    padding-left:2px;
    word-break:break-all;
    background-color:#eeeeee;
    border-top-width: 1px;
 border-right-width: 0px;
 border-bottom-width: 1px;
 border-left-width: 0px;
 border-top-style: dotted;
 border-right-style: solid;
 border-bottom-style: dotted;
 border-left-style: solid;
    border-left-color:#91A1D7;
 border-top-color: #C1C1C1;
 border-right-color:#ffffff;
 border-bottom-color:#C1C1C1;
}
.addForm_titleName_pic{
    background-image:url(/AoepmRoot/images/write.gif);
}
.addForm_modify_content{
 background-color:#FAFBFF;
 border-top: 1px solid #D6D7DC;
 border-bottom: 1px solid #ffffff;
 border-left: 1px solid #EFF0FE;
 padding-left:5px;padding-right:5px
}
.addForm_content{
    font-size:14px;
 color:#cc0000;
 background-color:#FAFBFF;
 border-top: 1px solid #D6D7DC;
 border-bottom: 1px solid #D6D7DC;
 border-left: 1px solid #EFF0FE;
 padding-left:5px;
 padding-right:5px
}
.addForm_modify_sumbit{
    background-color:#D4E5EF;
}
/*-------------- input ----------------------*/
.input_txt
{
 font-size:12px;
 color:#000000;
 background-color:#eeeeee;
 border-top: 1px solid #999999;
 border-right: 1px dotted #dddddd;
 border-bottom: 1px dotted #dddddd;
 border-left: 1px solid #999999;}
.input_btn
{
 font-size:12px;
 color:#000000;
 height: 20px;
 background-color:#BBD1DE;
 padding: 2px;
 border: 1px outset;
 clip:  rect(   );
 margin-right: 5px;
}
.select
{
 font-size:12px;
 background-color:#eeeeee;
}
.textarea
{   font-size:12px;
    background-color:#FAF9FE;
    border-top: 1px solid #aaaaaa;
 border-right: 1px solid #eeeeee;
 border-bottom: 1px solid #eeeeee;
 border-left: 1px solid #aaaaaa;
}

/*-------- listTable ------------------*/
.listTable_header{
    padding-left:2px;
 background-color:#DEDDE2;
    border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
    border-left-color:#A3A6AF;
 border-top-color:#ffffff;
 border-right-color:#ffffff;
 border-bottom-color:#A3A6AF;
}
.listTable_itemSet{
    padding-left:2px;
    word-break:break-all;
    background-color:#FAFBFF;
    border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
    border-left-color:#DEDDE2;
 border-top-color: #ffffff;
 border-right-color:#ffffff;
 border-bottom-color:#DEDDE2;
}
.listTable_edit_pic{
    background-image:url(/AoepmRoot/images/button/edit2.gif);
}
.listTable_edit_pic_{
    background-image:url(/AoepmRoot/images/button/edit2_.gif);
}
.listTable_message{
    background-color: #eeeeee;
}
.listTable_page{
    background-color:#CDE1ED; 
}
.listTable_toolbar
{
    padding-left:2px;
    word-break:break-all;
    background-color:#eeeeee;
    border-top-width: 1px;
 border-right-width: 0px;
 border-bottom-width: 1px;
 border-left-width: 0px;
 border-top-style: dotted;
 border-right-style: solid;
 border-bottom-style: dotted;
 border-left-style: solid;
    border-left-color:#91A1D7;
 border-top-color: #C1C1C1;
 border-right-color:#ffffff;
 border-bottom-color:#C1C1C1;
 }

/*--------------- toolbar --------------*/
.toolbar_td_bg{}
.toolbar_pic_add{
  background-image:url(/AoepmRoot/images/button/add.gif);
}
.toolbar_pic_addnext{
  background-image:url(/AoepmRoot/images/button/addnext.gif);
}
.toolbar_pic_addsame{
  background-image:url(/AoepmRoot/images/button/addsame.gif);
}
.toolbar_pic_del{
  background-image:url(/AoepmRoot/images/button/del.gif);
}
.toolbar_pic_account{
  background-image:url(/AoepmRoot/images/button/account.gif);
}
.toolbar_pic_auditing{
  background-image:url(/AoepmRoot/images/button/auditing.gif);
}
.toolbar_pic_cancalauditing{
  background-image:url(/AoepmRoot/images/button/cancalauditing.gif);
}
.toolbar_pic_change{
  background-image:url(/AoepmRoot/images/button/change.gif);
}
.toolbar_pic_copy{
  background-image:url(/AoepmRoot/images/button/copy.gif);
}
.toolbar_pic_create{
  background-image:url(/AoepmRoot/images/button/create.gif);
}
.toolbar_pic_design{
  background-image:url(/AoepmRoot/images/button/design.gif);
}
.toolbar_pic_download{
  background-image:url(/AoepmRoot/images/button/download.gif);
}
.toolbar_pic_edit{
  background-image: url(/AoepmRoot/images/button/edit.gif);
}
.toolbar_pic_edit2{
  background-image: url(/AoepmRoot/images/button/edit2.gif);
}
.toolbar_pic_edit2_{
  background-image: url(/AoepmRoot/images/button/edit2_.gif);
}
.toolbar_pic_input{
  background-image: url(/AoepmRoot/images/button/input.gif);
}
.toolbar_pic_output{
  background-image: url(/AoepmRoot/images/button/output.gif);
}
.toolbar_pic_print{
  background-image: url(/AoepmRoot/images/button/print.gif);
}
.toolbar_pic_putout{
  background-image: url(/AoepmRoot/images/button/putout.gif);
}
.toolbar_pic_refurbish{
  background-image: url(/AoepmRoot/images/button/refurbish.gif);
}
.toolbar_pic_save{
  background-image: url(/AoepmRoot/images/button/save.gif);
}
.toolbar_pic_search{
  background-image: url(/AoepmRoot/images/button/search.gif);
}
.toolbar_pic_setjob{
  background-image: url(/AoepmRoot/images/button/setjob.gif);
}
.toolbar_pic_setpassword{
  background-image: url(/AoepmRoot/images/button/setpassword.gif);
}
.toolbar_pic_setpopedom{
  background-image: url(/AoepmRoot/images/button/setpopedom.gif);
}
.toolbar_pic_setrole{
  background-image: url(/AoepmRoot/images/button/setrole.gif);
}
.toolbar_pic_submit{
  background-image: url(/AoepmRoot/images/button/submit.gif);
}
.toolbar_pic_table{
  background-image: url(/AoepmRoot/images/button/table.gif);
}
/*--------------- search---------------------------*/
.search_name{
  background-color:#A9BAEB;
}
.search_content{
 background-color:#F9FAFE;
}
.search_submit{
 background-color:#C7D1F8;
}
/*----------------------frame--------------------*/

.bodyframe{
           background:#EDEFFE;margin-left: 0px;margin-top: 0px;
           SCROLLBAR-FACE-COLOR: #B3C4F0;
           SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #6A7AB2;
           SCROLLBAR-3DLIGHT-COLOR: #cccccc; SCROLLBAR-ARROW-COLOR: #B3C4F0;
           SCROLLBAR-TRACK-COLOR: #EAEEFB; SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
     }
/*---------------------------------------*/
.font
{color: #ff0000;}/* red */
.font1
{color: #041377;}/* deep blue  */
.font2
{color: #753F96;}/* purple */
.font3
{color: #999999;}/* gray 不能用的时候*/
.font_filter/* save */
{font-size: 16px;color:#66CC33;filter: DropShadow(Color=#000000, OffX=+2, OffY=-8, Positive=4);}

 

left.htm

<html>
<head>
<title>菜单</title>
<link href="./css/style.css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META content="MSHTML 5.00.3502.5390" name=GENERATOR>
<SCRIPT language=JavaScript src="/js/multiselect.js"></SCRIPT>
<style type="text/css">
.rootmenu{valign:top;display:visible;overflow-y:auto;overflow-x:hidden;height:100%;width:100%;margin-left:0;}
<!--
body {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}
-->
</style>
<script language="JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>
<body>
<script>
function treeSwith()
{
 if(switchFlag.value == "0")
  {
   document.all("tree").style.display="none"
   switchFlag.value = "1"
   document.all("tree_bar_on").style.display="none"
   document.all("tree_bar_off").style.display=""
   top.disptree.cols = "6,*"
      
  }
  else
  {
   document.all("tree").style.display=""
   document.all("tree_bar_off").style.display="none"
   document.all("tree_bar_on").style.display=""
   switchFlag.value = "0"
   top.disptree.cols = "150,*"
  }
}
</script>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td valign="top" id="tree" class="navtree_left_body">
      <input type="hidden" name="switchFlag" id="switchFlag" value="0">
      <div id=treeBox class="rootmenu" style="padding-left:10px;"></div>
    </td>
    <td width="6" valign="middle" class="navtree_left" id="tree_bar_off" style="display:none" onclick="treeSwith()">
 <a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('tree_off',' ','./images/button/right_.gif',1)">
 <img src="./images/button/right.gif" name="tree_off" width="6" height="40" border="0"></a>
    </td>
 <td width="6" valign="middle" class="navtree_left" id="tree_bar_on" onclick="treeSwith()">
 <a href="#" height="100%" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('tree_on',' ','./images/button/left_.gif',1)">
 <img src="./images/button/left.gif" name="tree_on" width="6" height="40" border="0"></a>
    </td>
  </tr>
</table>
<xml id=9547><?xml version='1.0' encoding='GB2312'?><root><menu name='商务功能' id='003'><menu name='采购' id='003001'><menu name='询价采购' id='003001001'><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/rfqMainPage.do?formAction=newRfq&amp;base=marketFunc&amp;stockType=1&amp;passUrl=passUrl1&amp;grade=4' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/rfqMainPage.do?formAction=newRfq&amp;base=marketFunc&amp;stockType=1&amp;passUrl=passUrl1&amp;grade=4' newLine='true'>创建询价单</item></menu><menu name='直接采购' id='003001002'><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/rfqMainPage.do?formAction=newRfq&amp;base=marketFunc&amp;stockType=0&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/rfqMainPage.do?formAction=newRfq&amp;base=marketFunc&amp;stockType=0&amp;passUrl=passUrl1' newLine='true'>创建询价单</item></menu><menu name='协议采购' id='003001003'><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' newLine='true'>创建订单</item></menu><menu name='竞价采购' id='003001004'><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/contestRules.do?formAction=contestRulesMainPage&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/contestRules.do?formAction=contestRulesMainPage&amp;passUrl=passUrl1' newLine='true'>比价打分表 </item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/contest.do?formAction=prepareAdd&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/contest.do?formAction=prepareAdd&amp;passUrl=passUrl1' newLine='true'>发布采购信息</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/contest.do?passUrl=passUrl1&amp;formAction=approveRequest' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/contest.do?passUrl=passUrl1&amp;formAction=approveRequest' newLine='true'>待处理的竞价单</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/contest.do?passUrl=passUrl1&amp;formAction=approveRequest' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/contest.do?passUrl=passUrl1&amp;formAction=approveRequest' newLine='true'>需申请的邀请竞价项目 </item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/contest.do?passUrl=passUrl1&amp;formAction=openList' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/contest.do?passUrl=passUrl1&amp;formAction=openList' newLine='true'>公开竞价一览</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/contest.do?formAction=auditRequest&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/contest.do?formAction=auditRequest&amp;passUrl=passUrl1' newLine='true'>审批竞价申请</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' newLine='true'>查询竞价项目</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' newLine='true'>供应商审批</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/rfqListPage.do?formAction=toProcess&amp;base=marketFunc' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/rfqListPage.do?formAction=toProcess&amp;base=marketFunc' newLine='true'>询价单一览</item><item id=' http://210.77.178.23/cgi-bin/test210/marketplace/jsp/contest.do?passUrl=passUrl1&amp;formAction=showAllContest' value=' http://210.77.178.23/cgi-bin/test210/marketplace/jsp/contest.do?passUrl=passUrl1&amp;formAction=showAllContest' newLine='true'>竞价一览</item></menu><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/synRfqList.do?passUrl=passUrl1&amp;base=marketFunc&amp;grade=4' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/synRfqList.do?passUrl=passUrl1&amp;base=marketFunc&amp;grade=4' newLine='true'>我的采购任务单</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/rfqListPage.do?formAction=toProcess&amp;base=marketFunc&amp;passUrl=passUrl1&amp;grade=4' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/rfqListPage.do?formAction=toProcess&amp;base=marketFunc&amp;passUrl=passUrl1&amp;grade=4' newLine='true'>需处理询价单</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/rfqListPage.do?base=marketFunc&amp;passUrl=passUrl1&amp;grade=4' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/rfqListPage.do?base=marketFunc&amp;passUrl=passUrl1&amp;grade=4' newLine='true'>查询询价单</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/myAcctList.do?actionzjf=1&amp;listAction=List&amp;base=browseFunc&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/myAcctList.do?actionzjf=1&amp;listAction=List&amp;base=browseFunc&amp;passUrl=passUrl1' newLine='true'>我的供应商</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/poSearch.do?passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/poSearch.do?passUrl=passUrl1' newLine='true'>查询订单</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/poChange1.do?passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/poChange1.do?passUrl=passUrl1' newLine='true'>审批订单</item></menu><menu name='招投标' id='003002'><item id='http://210.77.178.23/cgi-bin/bid/marketplace/jsp/bidProjectTask.do?passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/bid/marketplace/jsp/bidProjectTask.do?passUrl=passUrl1' newLine='true'>招标申请对象列表</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/newBidProject.do?formAction=newBidProject&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/newBidProject.do?formAction=newBidProject&amp;passUrl=passUrl1' newLine='true'>在线招标</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' newLine='true'>我的招标任务单列表</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/BidPersonlist.do?z_sih=0&amp;formAction=showList&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/BidPersonlist.do?z_sih=0&amp;formAction=showList&amp;passUrl=passUrl1' newLine='true'>我的投标人</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/bidProjectList.do?formAction=projectRequisition&amp;displayStandardCatalog=true&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/bidProjectList.do?formAction=projectRequisition&amp;displayStandardCatalog=true&amp;passUrl=passUrl1' newLine='true'>投标申请</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/tenderActivityAllList.do?formAction=showTenderActivityList&amp;projStatus=-1&amp;base=marketFunc&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/tenderActivityAllList.do?formAction=showTenderActivityList&amp;projStatus=-1&amp;base=marketFunc&amp;passUrl=passUrl1' newLine='true'>审批投标申请</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/bidProjectList.do?formAction=listBidProject&amp;projPublishType=-1&amp;projStatus=-1&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/bidProjectList.do?formAction=listBidProject&amp;projPublishType=-1&amp;projStatus=-1&amp;passUrl=passUrl1' newLine='true'>我的招标项目</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/bidProjectList.do?formAction=listBidProject&amp;projPublishType=-1&amp;projStatus=-1&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/bidProjectList.do?formAction=listBidProject&amp;projPublishType=-1&amp;projStatus=-1&amp;passUrl=passUrl1' newLine='true'>我的投标项目</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' newLine='true'>招标组织机构</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' newLine='true'>确定评标规则</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' newLine='true'>招投标文档管理</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' newLine='true'>我的项目列表</item></menu></menu><menu name='浏览功能' id='001'><menu name='产品企业目录' id='001001'><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/catSupplierList.do' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/catSupplierList.do' newLine='true'>供应商产品目录</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/categorySearch.do' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/categorySearch.do' newLine='true'>产品查询</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/catCatViewMode.do?catType=Acct&amp;from=leftMenu' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/catCatViewMode.do?catType=Acct&amp;from=leftMenu' newLine='true'>企业目录</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/browse_account.jsp' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/browse_account.jsp' newLine='true'>企业查询</item></menu><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/editorial_home.do?base=browseFunc&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/editorial_home.do?base=browseFunc&amp;passUrl=passUrl1' newLine='true'>咨询中心</item></menu><menu name='管理功能' id='002'><menu name='帐户管理' id='002001'><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/register_read.jsp?passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/register_read.jsp?passUrl=passUrl1' newLine='true'>新建企业帐户</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/profileAcctList2.do?searchType=all&amp;searchScope=all&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/profileAcctList2.do?searchType=all&amp;searchScope=all&amp;passUrl=passUrl1' newLine='true'>合格供应商管理</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/profileAcctList.do?searchType=all&amp;searchScope=all&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/profileAcctList.do?searchType=all&amp;searchScope=all&amp;passUrl=passUrl1' newLine='true'>管理注册成员</item></menu><menu name='交易信息管理' id='002002'><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' newLine='true'>招投标</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' newLine='true'>采购</item></menu><menu name='费用管理' id='002003'><menu name='会员费管理' id='002003001'><item id='http://10.1.61.158/zjf/viewSupplier.do?action=forwardMemberFeeByGroup&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/viewSupplier.do?action=forwardMemberFeeByGroup&amp;passUrl=passUrl2' newLine='true'>会员费集团录入</item><item id='http://10.1.61.158/zjf/viewSupplier.do?action=checkForBusinessInitial&amp;passUrl=passUrl2&amp;pageIndex=1' value='http://10.1.61.158/zjf/viewSupplier.do?action=checkForBusinessInitial&amp;passUrl=passUrl2&amp;pageIndex=1' newLine='true'>会员费业务审核</item><item id='http://10.1.61.158/zjf/viewSupplier.do?action=checkForFinanceInitial&amp;passUrl=passUrl2&amp;pageIndex=1' value='http://10.1.61.158/zjf/viewSupplier.do?action=checkForFinanceInitial&amp;passUrl=passUrl2&amp;pageIndex=1' newLine='true'>会员费财务审核</item><item id='http://10.1.61.158/zjf/viewSupplier.do?action=forwardQueryAndStatisticInitial&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/viewSupplier.do?action=forwardQueryAndStatisticInitial&amp;passUrl=passUrl2' newLine='true'>会员费查询统计</item><item id='http://10.1.61.158/zjf/viewSupplier.do?action=forwardPolicy&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/viewSupplier.do?action=forwardPolicy&amp;passUrl=passUrl2' newLine='true'>会员费收取政策</item></menu><menu name='招投标费用管理' id='002003002'><item id='http://10.1.61.158/zjf/bidDocFee.do?action=project' value='http://10.1.61.158/zjf/bidDocFee.do?action=project' newLine='true'>标书费录入</item><item id='http://10.1.61.158/zjf/bidDocFee.do?action=projectywcheck' value='http://10.1.61.158/zjf/bidDocFee.do?action=projectywcheck' newLine='true'>标书费业务审核</item><item id='http://10.1.61.158/zjf/inputQueryAndStatistics.do?action=bidDocFeeInit&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/inputQueryAndStatistics.do?action=bidDocFeeInit&amp;passUrl=passUrl2' newLine='true'>标书费查询统计</item><item id='http://10.1.61.158/zjf/bidPledgeFee.do?action=project' value='http://10.1.61.158/zjf/bidPledgeFee.do?action=project' newLine='true'>投标保证金录入</item><item id='http://10.1.61.158/zjf/bidPledgeFee.do?action=projectywcheck' value='http://10.1.61.158/zjf/bidPledgeFee.do?action=projectywcheck' newLine='true'>投标保证金业务审核</item><item id='http://10.1.61.158/zjf/bidPledgeFee.do?action=projectforRS' value='http://10.1.61.158/zjf/bidPledgeFee.do?action=projectforRS' newLine='true'>投标保证金没收返还</item><item id='http://10.1.61.158/zjf/bidPledgeFee.do?action=checkRSTFirst' value='http://10.1.61.158/zjf/bidPledgeFee.do?action=checkRSTFirst' newLine='true'>投标保证金返还、没收、转移审批</item><item id='http://10.1.61.158/zjf/inputQueryAndStatistics.do?action=bidBailInit&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/inputQueryAndStatistics.do?action=bidBailInit&amp;passUrl=passUrl2' newLine='true'>投标保证金查询统计</item><item id='http://10.1.61.158/zjf/winBidServerFee.do?action=project' value='http://10.1.61.158/zjf/winBidServerFee.do?action=project' newLine='true'>中标服务费录入</item><item id='http://10.1.61.158/zjf/winBidServerFee.do?action=projectywcheck' value='http://10.1.61.158/zjf/winBidServerFee.do?action=projectywcheck' newLine='true'>中标服务费业务审核</item><item id='http://10.1.61.158/zjf/inputQueryAndStatistics.do?action=bidSerFeeInit&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/inputQueryAndStatistics.do?action=bidSerFeeInit&amp;passUrl=passUrl2' newLine='true'>中标服务费查询统计</item></menu><menu name='交易保证金管理' id='002003003'><item id='http://10.1.61.158/zjf/inputBail.do?action=forwardTradeBailByGroup&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/inputBail.do?action=forwardTradeBailByGroup&amp;passUrl=passUrl2' newLine='true'>交易保证金集团录入</item><item id='http://10.1.61.158/zjf/inputBail.do?action=checkForBusinessInitial&amp;passUrl=passUrl2&amp;pageIndex=1' value='http://10.1.61.158/zjf/inputBail.do?action=checkForBusinessInitial&amp;passUrl=passUrl2&amp;pageIndex=1' newLine='true'>交易保证金业务审核</item><item id='http://10.1.61.158/zjf/inputBail.do?action=checkForFinanceInitial&amp;passUrl=passUrl2&amp;pageIndex=1' value='http://10.1.61.158/zjf/inputBail.do?action=checkForFinanceInitial&amp;passUrl=passUrl2&amp;pageIndex=1' newLine='true'>交易保证金财务审核</item><item id='http://10.1.61.158/zjf/inputBail.do?action=forwardQueryAndStatisticInitial&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/inputBail.do?action=forwardQueryAndStatisticInitial&amp;passUrl=passUrl2' newLine='true'>交易保证金查询统计</item></menu><menu name='交易费管理' id='002003004'><item id='http://10.1.61.158/zjf/inputTradeFee.do?action=checkForFinanceInitial&amp;passUrl=passUrl2&amp;pageIndex=1' value='http://10.1.61.158/zjf/inputTradeFee.do?action=checkForFinanceInitial&amp;passUrl=passUrl2&amp;pageIndex=1' newLine='true'>交易费结算审批</item><item id='http://10.1.61.158/zjf/inputTradeFee.do?action=forwardPolicy&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/inputTradeFee.do?action=forwardPolicy&amp;passUrl=passUrl2' newLine='true'>交易费收取政策</item><item id='http://10.1.61.158/zjf/inputTradeFee.do?action=forwardTradeFee&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/inputTradeFee.do?action=forwardTradeFee&amp;passUrl=passUrl2' newLine='true'>交易费结算</item><item id='http://10.1.61.158/zjf/inputTradeFee.do?action=forwardQueryAndStatisticInitial&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/inputTradeFee.do?action=forwardQueryAndStatisticInitial&amp;passUrl=passUrl2' newLine='true'>交易费查询统计</item></menu><menu name='广告费管理' id='002003123'><item id='http://10.1.61.158/zjf/adNewFee.do?action=bidFeeIndex' value='http://10.1.61.158/zjf/adNewFee.do?action=bidFeeIndex' newLine='true'>广告费录入</item><item id='http://10.1.61.158/zjf/adNewFee.do?action=bidFeeJTIndex' value='http://10.1.61.158/zjf/adNewFee.do?action=bidFeeJTIndex' newLine='true'>广告费集团录入</item><item id='http://10.1.61.158/zjf/adNewFee.do?action=check' value='http://10.1.61.158/zjf/adNewFee.do?action=check' newLine='true'>广告费业务审核</item><item id='http://10.1.61.158/zjf/adNewFee.do?action=cwcheck' value='http://10.1.61.158/zjf/adNewFee.do?action=cwcheck' newLine='true'>广告费财务审核</item><item id='http://10.1.61.158/zjf/inputAdFeeSpecial.do?action=forwardAdFeeSpecialInitial&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/inputAdFeeSpecial.do?action=forwardAdFeeSpecialInitial&amp;passUrl=passUrl2' newLine='true'>广告费查询统计</item></menu><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' newLine='true'>费用结算 </item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' newLine='true'>费用结算审批</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/home00.jsp' newLine='true'>广告费用管理</item></menu><menu name='系统管理' id='002004'><menu name='权限管理' id='002004001'><menu name='会有类型管理' id='002004001003'><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/memberTypeAction.do?passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/memberTypeAction.do?passUrl=passUrl1' newLine='true'>会有类型管理</item></menu><menu name='角色管理' id='002004001002'><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/roleAction.do?passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/roleAction.do?passUrl=passUrl1' newLine='true'>角色管理</item></menu><menu name='菜单和功能管理' id='002004001001'><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/functionNodeAction.do?passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/functionNodeAction.do?passUrl=passUrl1' newLine='true'>菜单和功能管理</item></menu></menu></menu><menu name='内容管理' id='002005'><menu name='权限管理' id='002005001'><item id='http://10.1.61.158/zjf/unitRoleManager.do?passUrl=passUrl2' value='http://10.1.61.158/zjf/unitRoleManager.do?passUrl=passUrl2' newLine='true'>编辑权限管理(给单位分配栏目的编辑权)</item><item id='http://10.1.61.158/zjf/unitRoleManager.do?role=approveRight&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/unitRoleManager.do?role=approveRight&amp;passUrl=passUrl2' newLine='true'>审批权限管理(给单位分配栏目的审批权)</item><item id='http://10.1.61.158/zjf/unitViewRoleManager.do?passUrl=passUrl2' value='http://10.1.61.158/zjf/unitViewRoleManager.do?passUrl=passUrl2' newLine='true'>浏览权限管理(给单位分配栏目的浏览权)</item><item id='http://10.1.61.158/zjf/roleManager.do?passUrl=passUrl2' value='http://10.1.61.158/zjf/roleManager.do?passUrl=passUrl2' newLine='true'>编辑权限管理(给单位信息管理员分配栏目的编辑权)</item><item id='http://10.1.61.158/zjf/roleManager.do?role=approveRight&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/roleManager.do?role=approveRight&amp;passUrl=passUrl2' newLine='true'>审批权限管理(给单位信息管理员分配栏目的审批权)</item></menu><item id='http://10.1.61.158/zjf/infoTypeManager.do?action=ss&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/infoTypeManager.do?action=ss&amp;passUrl=passUrl2' newLine='true'>栏目管理</item><item id='http://10.1.61.158/zjf/fieldInfoManager.do?passUrl=passUrl2' value='http://10.1.61.158/zjf/fieldInfoManager.do?passUrl=passUrl2' newLine='true'>栏目字段管理</item><item id='http://10.1.61.158/zjf/basicInfoManager.do?passUrl=passUrl2' value='http://10.1.61.158/zjf/basicInfoManager.do?passUrl=passUrl2' newLine='true'>基本字段管理</item><item id='http://10.1.61.158/zjf/displayStyleManager.do?passUrl=passUrl2' value='http://10.1.61.158/zjf/displayStyleManager.do?passUrl=passUrl2' newLine='true'>基本字段内容管理</item><item id='http://10.1.61.158/zjf/infoTypeManager.do?action=listForInfo&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/infoTypeManager.do?action=listForInfo&amp;passUrl=passUrl2' newLine='true'>信息采编</item><item id='http://10.1.61.158/zjf/infoTypeManager.do?action=approve&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/infoTypeManager.do?action=approve&amp;passUrl=passUrl2' newLine='true'>信息审批</item><item id='http://10.1.61.158/zjf/infoTypeManager.do?action=listForInfo&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/infoTypeManager.do?action=listForInfo&amp;passUrl=passUrl2' newLine='true'>发布供应信息</item><item id='http://10.1.61.158/zjf/infoTypeManager.do?action=listForInfo&amp;passUrl=passUrl2' value='http://10.1.61.158/zjf/infoTypeManager.do?action=listForInfo&amp;passUrl=passUrl2' newLine='true'>发布求购信息</item></menu><menu name='流程管理' id='002006'><item id='http://10.1.61.158/zjf/pcs.do' value='http://10.1.61.158/zjf/pcs.do' newLine='true'>流程列表</item><item id='http://10.1.61.158/zjf/worklist.do' value='http://10.1.61.158/zjf/worklist.do' newLine='true'>工作列表</item></menu></menu><menu name='自助办公' id='004'><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/myFavorite.do?base=myOffice&amp;favoriteAction=List&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/myFavorite.do?base=myOffice&amp;favoriteAction=List&amp;passUrl=passUrl1' newLine='true'>我的信息收藏夹</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/profilePage.do?myProfile=true&amp;base=myOffice&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/profilePage.do?myProfile=true&amp;base=myOffice&amp;passUrl=passUrl1' newLine='true'>个人档案</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/myAcct.do?formAction=View&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/myAcct.do?formAction=View&amp;passUrl=passUrl1' newLine='true'>我的单位</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/alert.do?formAction=View&amp;base=myOffice&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/alert.do?formAction=View&amp;base=myOffice&amp;passUrl=passUrl1' newLine='true'>邮件订阅</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/msgDelete.do?base=myOffice&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/msgDelete.do?base=myOffice&amp;passUrl=passUrl1' newLine='true'>收件箱</item><item id='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/PubMail.do?from=pec_buyer@sina.com&amp;mail=&amp;isbid=1&amp;base=myOffice&amp;passUrl=passUrl1' value='http://210.77.178.23/cgi-bin/test210/marketplace/jsp/PubMail.do?from=pec_buyer@sina.com&amp;mail=&amp;isbid=1&amp;base=myOffice&amp;passUrl=passUrl1' newLine='true'>发邮件</item></menu></root></xml>

</body>
</html>

top.htm

<html>
<head>
<link href="./css/style.css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<META content="MSHTML 5.00.3502.5390" name=GENERATOR>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>

<body leftmargin="0" topmargin="0">
<script>
function init_bar()
{
 //document.all("tree_bar_off").style.display="none"
}
function treeSwith()
{
 //alert(switchFlag.value)
 if(switchFlag.value == "0")
  {
   document.all("tree").style.display="none"
   switchFlag.value = "1"
   document.all("tree_bar_on").style.display="none"
   document.all("tree_bar_off").style.display=""
   top.disptree_header.rows = "6,*"
   //top.leftFrame.scrolling="no"
   //alert(top.frames['leftFrame'].scrolling)
   //top.document.all("leftFrame").scrolling = "no"
   //alert(top.document.all("leftFrame").scrolling)
  }
  else
  {
   document.all("tree").style.display=""
   //top.document.all("leftFrame").scrolling = "auto"
   document.all("tree_bar_off").style.display="none"
   document.all("tree_bar_on").style.display=""
   switchFlag.value = "0"
   top.disptree_header.rows = "110,*"
  }
}
</script>

<input type="hidden" name="cssfile" value="style.css">
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="104" align="center" valign="top" id="tree">
  <input type="hidden" name="switchFlag" id="switchFlag" value="0">
  <iframe name="import_frame" width="100%" height="100% " src="./header.htm" frameborder="0" scrolling="no" ></iframe>
  </td>
  </tr>
  <tr align="center">
    <td class="navtree_header" height="6" align="center" valign="top" id="tree_bar_off" style="display:none" onclick="treeSwith()"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('tree_off','','./images/button/down_.gif',1)"><img src="./images/button/down.gif" name="tree_off" border="0"></a></td>
 <td class="navtree_header" height="6" align="center" valign="top" id="tree_bar_on" onclick="treeSwith()"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('tree_on','','./images/button/up_.gif',1)"><img src="./images/button/up.gif" name="tree_on" border="0"></a></td>
 </tr>
</table>
</body>
</html>

这个动态frame的关键问题就在于动态的改变frame的大小,比较好用。

核心的代码就是   top.disptree_header.rows = "110,*",设置某一个frame的宽度。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值