您的位置:程序门 -> web 开发 -> asp



web开发没高手吗   再次求一个效果


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


web开发没高手吗 再次求一个效果
发表于:2007-01-07 21:49:22 楼主
下了一效果     感觉很棒     就是不懂怎么作

就是作一个导航条(在网页的左边)

导航条效果如下:

第一部分
  安装active   server
  page的准备工作  

第二部分
  标记及脚本语言  

第三部分
  操作数据:   sql  

第四部分
  创建active   server
  pages  


当我点击         第一部分时           导航条效果变成下
     
        将     第一部     分中的内容展开

第一部分
  安装active   server
  page的准备工作  
  .第一章   安装和使用
    windows   nt   server
      ............
  .第二章   安装和使用
    iis
      ............
  .第三章   安装和使用
    sql   server
      ............
  .第四章   exchage
    active   server,  
    index   server和
    netshow  

第二部分
  标记及脚本语言  

第三部分
  操作数据:   sql  

第四部分
  创建active   server
  pages  


当再次点击     第一部分       第一部分双会收回去  

效果如下

第一部分
  安装active   server
  page的准备工作  

第二部分
  标记及脚本语言  

第三部分
  操作数据:   sql  

第四部分
  创建active   server


哪位大虾能教下我吗       这个好像用     dreamewear     实现的?

要怎么作到?                 不会是用代码打的?
发表于:2007-01-07 21:51:501楼 得分:0
源代码如下
太长分两部分:

<html>

<head>
<meta   http-equiv= "content-type "   content= "text/html;   charset=gb2312 ">
<meta   name= "generator "   content= "microsoft   frontpage   3.0 ">
<!--   templatebegineditable   name= "doctitle "   -->
<title> asp中文使用手册 </title>
<!--   templateendeditable   --> <script   language= "javascript ">
<!--

    document.onmouseover   =   dodocumentonmouseover   ;
    document.onmouseout   =   dodocumentonmouseout   ;

    function   dodocumentonmouseover()   {
        var   esrc   =   window.event.srcelement   ;
        if   (esrc.classname   ==   "item ")   {
            window.event.srcelement.classname   =   "highlight ";   //   change   class
        }
    }

    function   dodocumentonmouseout()   {
        var   esrc   =   window.event.srcelement   ;
        if   (esrc.classname   ==   "highlight ")   {
            window.event.srcelement.classname   =   "item ";   //   change   class
        }
    }


var   bv=parseint(navigator.appversion);
ns4=(document.layers)   ?   true   :   false;
ie4=((document.all)&&(bv> =4))?true:false;
ver4   =   (ns4   ¦ ¦   ie4)   ?   true   :   false;

function   expandit(){return}
function   expandall(){return}
//-->
</script>
<script   language= "javascript1.2 ">
<!--
isexpanded   =   false;

function   getindex(el)   {
ind   =   null;
for   (i=0;   i <document.layers.length;   i++)   {
whichel   =   document.layers[i];
if   (whichel.id   ==   el)   {
ind   =   i;
break;
}
}
return   ind;
}

function   arrange()   {
nexty   =   document.layers[firstind].pagey   +   document.layers[firstind].document.height;
for   (i=firstind+1;   i <document.layers.length;   i++)   {
whichel   =   document.layers[i];
if   (whichel.visibility   !=   "hide ")   {
whichel.pagey   =   nexty;
nexty   +=   whichel.document.height;
}
}
}

function   initit(){
if   (ns4)   {
for   (i=0;   i <document.layers.length;   i++)   {
whichel   =   document.layers[i];
if   (whichel.id.indexof( "child ")   !=   -1)   whichel.visibility   =   "hide ";
}
arrange();
}
else   {
tempcoll   =   document.all.tags( "div ");
for   (i=0;   i <tempcoll.length;   i++)   {
if   (tempcoll(i).classname   ==   "child ")   tempcoll(i).style.display   =   "none ";
}
}
}

function   expandit(el)   {
if   (!ver4)   return;
if   (ie4)   {expandie(el)}   else   {expandns(el)}
}

function   expandie(el)   {  
whichel   =   eval(el   +   "child ");
whichim   =   event.srcelement;

if   (whichel.style.display   ==   "none ")   {
whichel.style.display   =   "block ";
whichim.src   =   "images/minus.gif ";
}
else   {
whichel.style.display   =   "none ";
whichim.src   =   "images/icon-t.gif ";
}
        window.event.cancelbubble   =   true   ;
}

function   expandns(el)   {
whichel   =   eval( "document. "   +   el   +   "child ");
whichim   =   eval( "document. "   +   el   +   "parent.document.images[ 'imex '] ");
if   (whichel.visibility   ==   "hide ")   {
whichel.visibility   =   "show ";
whichim.src   =   "images/minus.gif ";
}
else   {
whichel.visibility   =   "hide ";
whichim.src   =   "images/icon-t.gif ";
}
arrange();
}

function   showall()   {
for   (i=firstind;   i <document.layers.length;   i++)   {
whichel   =   document.layers[i];
whichel.visibility   =   "show ";
}
}

function   expandall(isbot)   {
newsrc   =   (isexpanded)   ?   "minus.gif "   :   "icon-t.gif ";

if   (ns4)   {
                document.images[ "imex "].src   =   newsrc;
for   (i=firstind;   i <document.layers.length;   i++)   {
whichel   =   document.layers[i];
if   (whichel.id.indexof( "parent ")   !=   -1)   {
whichel.document.images[ "imex "].src   =   newsrc;
}
if   (whichel.id.indexof( "child ")   !=   -1)   {
whichel.visibility   =   (isexpanded)   ?   "hide "   :   "show ";
}
}

arrange();
if   (isbot   &&   isexpanded)   scrollto(0,document.layers[firstind].pagey);
}
else   {
divcoll   =   document.all.tags( "div ");
for   (i=0;   i <divcoll.length;   i++)   {
if   (divcoll(i).classname   ==   "child ")   {
divcoll(i).style.display   =   (isexpanded)   ?   "none "   :   "block ";
}
}
imcoll   =   document.images.item( "imex ");
for   (i=0;   i <imcoll.length;   i++)   {
imcoll(i).src   =   newsrc;
}
}

isexpanded   =   !isexpanded;
}
发表于:2007-01-07 21:53:052楼 得分:0
with   (document)   {
write( " <style   type= 'text/css '> ");
if   (ns4)   {
write( ".parent   {font-size:9pt;   line-height:10pt;   color:black;   text-decoration:none;   margin-top:   5px;   margin-bottom:   5px;   position:absolute;   visibility:hidden;   color:   black;} ");
write( ".child   {text-decoration:none;   font-size:9pt;   line-height:10pt;   position:absolute;   visibility:hidden} ");
                write( ".item   {   color:   darkblue;   text-decoration:none;} ");
write( ".regular   {position:absolute;   visibility:hidden} ");
                write( "div   {   color:black;   } ")
}
else   {
write( ".child   {font:12px/13px   times;   display:none} ");
write( ".parent   {font:12px/13px   times;   color:black;   font-weight:bold;   text-decoration:none;   margin-top:   5px;   margin-bottom:   5px;   color:   black;} ");
                write( ".item   {   color:   darkblue;   text-decoration:none;} ");
                write( ".highlight   {   color:   red;   } ");
                write( ".heada   {   font:   12px/13px;   times} ");
                write( "div   {   color:black;   } ")
}
write( " </style> ");
}

onload   =   initit;

//-->
</script>

<base   target= "main ">
<!--   templatebegineditable   name= "head "   --> <!--   templateendeditable   -->
</head>

<body   bgcolor= "#ffffff "   link= "#000000 "   vlink= "#ff0000 "   alink= "#0000ff "   topmargin= "11 "
leftmargin= "15 "   marginwidth= "15 "   marginheight= "11 ">
<div   id= "eloneparent "   class= "parent "> <a   href= "# "   class= "item "
onclick= "expandit( 'elone ');   return   false ">
<img   src= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/icon-t.gif "   tppabs= "http://210.74.168.175/guide/asp/icon-t.gif "   name= "imex "   border= "0 "   height= "10 "   width= "5 "> <font   size= "-1 "
    color= "#000000 "> 第一部分 <br>
    &nbsp;安装active   server <br>
    &nbsp;page的准备工作 </font> </a>
</div> <div   id= "elonechild "   class= "child ">

<p> &nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part1/down1.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part1/down1.cfm "   class= "item "> .第一章  
安装和使用 <br>
&nbsp;&nbsp;windows   nt   server </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part2/down2.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part2/down2.cfm "   class= "item "> .第二章  
安装和使用 <br>
&nbsp;&nbsp;iis </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part3/down3.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part3/down3.cfm "   class= "item "> .第三章  
安装和使用 <br>
&nbsp;&nbsp;sql   server </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part4/down4.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part4/down4.cfm "   class= "item "> .第四章  
exchage <br>
&nbsp;&nbsp;active   server,   <br>
&nbsp;&nbsp;index   server和 <br>
&nbsp;&nbsp;netshow   </a> </p>
</div> <div   id= "eltwoparent "   class= "parent "> <a   href= "# "   class= "item "
onclick= "expandit( 'eltwo ');   return   false ">
<img   src= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/icon-t.gif "   tppabs= "http://210.74.168.175/guide/asp/icon-t.gif "   name= "imex "   border= "0 "   height= "10 "   width= "5 "> <font   size= "-1 "
    color= "#000000 "> 第二部分 <br>
    &nbsp;标记及脚本语言 </font> </a>
</div> <div   id= "eltwochild "   class= "child ">

<p> &nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part5/down5.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part5/down5.cfm "   class= "item "> .第五章  
初级html </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part6/down6.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part6/down6.cfm "   class= "item "> .第六章  
中级html </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part7/down7.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part7/down7.cfm "   class= "item "> .第七章  
高级html </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part8/down8.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part8/down8.cfm "   class= "item "> .第八章  
vbscript </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part9/down9.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part9/down9.cfm "   class= "item "> .第九章  
jscript </a>   </p>
</div> <div   id= "elthreeparent "   class= "parent "> <a   href= "# "   class= "item "
onclick= "expandit( 'elthree ');   return   false ">
<img   src= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/icon-t.gif "   tppabs= "http://210.74.168.175/guide/asp/icon-t.gif "   name= "imex "   border= "0 "   height= "10 "   width= "5 "> <font
    size= "-1 "   color= "#000000 "> 第三部分 <br>
    &nbsp;操作数据:   sql </font> </a>
</div> <div   id= "elthreechild "   class= "child ">

<p> &nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part10/down10.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part10/down10.cfm "   class= "item "> .第十章  
sql基础 </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part11/down11.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part11/down11.cfm "   class= "item "> .第十一章  
中级sql </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part12/down12.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part12/down12.cfm "   class= "item "> .第十二章  
高级sql </a>   </p>
</div> <div   id= "elfourparent "   class= "parent "> <a   href= "# "   class= "item "
onclick= "expandit( 'elfour ');   return   false ">
<img   src= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/icon-t.gif "   tppabs= "http://210.74.168.175/guide/asp/icon-t.gif "   name= "imex "   border= "0 "   height= "10 "   width= "5 "> <font
    size= "-1 "   color= "#000000 "> 第四部分 <br>
    &nbsp;创建active   server <br>
    &nbsp;pages </font> </a>
</div> <div   id= "elfourchild "   class= "child ">

<p> &nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part13/down13.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part13/down13.cfm "   class= "item "> .第十三章   构建asp </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part14/down14.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part14/down14.cfm "   class= "item "> .第十四章  
单独利用 <br>
&nbsp;&nbsp;asp工作 </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part15/down15.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part15/down15.cfm "   class= "item "> .第十五章  
对多于一 <br>
&nbsp;&nbsp;个asp进行处理 </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part16/down16.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part16/down16.cfm "   class= "item "> .第十六章  
对asp <br>
&nbsp;&nbsp;session的处理 </a> <br>
发表于:2007-01-07 21:53:233楼 得分:0
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part17/down17.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part17/down17.cfm "   class= "item "> .第十七章  
对asp的 <br>
&nbsp;&nbsp;applications处理 </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part18/down18.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part18/down18.cfm "   class= "item "> .第十八章  
对浏览器 <br>
&nbsp;&nbsp;的处理 </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part19/down19.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part19/down19.cfm "   class= "item "> .第十九章  
对文件、 <br>
&nbsp;&nbsp;驱动器和文件夹的 <br>
&nbsp;&nbsp;操作 </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part20/down20.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part20/down20.cfm "   class= "item "> .第二十章  
提供站点 <br>
&nbsp;&nbsp;导航 </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part21/down21.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part21/down21.cfm "   class= "item "> .第二十一章  
对广告 <br>
&nbsp;&nbsp;的处理 </a>   </p>
</div> <div   id= "elfiveparent "   class= "parent "> <a   href= "# "   class= "item "
onclick= "expandit( 'elfive ');   return   false ">
<img   src= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/icon-t.gif "   tppabs= "http://210.74.168.175/guide/asp/icon-t.gif "   name= "imex "   border= "0 "   height= "10 "   width= "5 "> <font
    size= "-1 "   color= "#000000 "> 第五部分 <br>
    &nbsp;数据库组件 </font> </a>
</div> <div   id= "elfivechild "   class= "child ">

<p> &nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part22/down22.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part22/down22.cfm "   class= "item "> .第二十二章  
activex <br>
&nbsp;&nbsp;数据对象 </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part23/down23.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part23/down23.cfm "   class= "item "> .第二十三章  
操作记录集 </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part24/down24.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part24/down24.cfm "   class= "item "> .第二十四章  
使用命令 </a>   </p>
</div> <div   id= "elillparent "   class= "parent "> <a   href= "# "   class= "item "
onclick= "expandit( 'elill ');   return   false ">
<img   src= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/icon-t.gif "   tppabs= "http://210.74.168.175/guide/asp/icon-t.gif "   name= "imex "   border= "0 "   height= "10 "   width= "5 "> <font
    size= "-1 "   color= "#000000 "> 第六部分 <br>
    &nbsp;使用visual   studio </font> </a>
</div> <div   id= "elillchild "   class= "child ">

<p> &nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part25/down25.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part25/down25.cfm "   class= "item "> .第二十五章  
使用 <br>
&nbsp;&nbsp;microsoft   visual <br>
&nbsp;&nbsp;interdev </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part26/down26.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part26/down26.cfm "   class= "item "> .第二十六章  
使用 <br>
&nbsp;&nbsp;microsoft   image <br>
&nbsp;&nbsp;composer </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part27/down27.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part27/down27.cfm "   class= "item "> .第二十七章  
使用 <br>
&nbsp;&nbsp;microsoft   music <br>
&nbsp;&nbsp;producer </a> <br>
&nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part28/down28.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part28/down28.cfm "   class= "item "> .第二十八章  
扩展asp </a>   </p>
</div> <div   id= "elsixparent "   class= "parent "> <a   href= "# "   class= "item "
onclick= "expandit( 'elsix ');   return   false ">
<img   src= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/icon-t.gif "   tppabs= "http://210.74.168.175/guide/asp/icon-t.gif "   name= "imex "   border= "0 "   height= "10 "   width= "5 "> <font
    size= "-1 "   color= "#000000 "> 第七部分 <br>
    &nbsp;综合介绍 </font> </a>
</div> <div   id= "elsixchild "   class= "child ">

<p> &nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/part29/down29.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/part29/down29.cfm "   class= "item "> .第二十九章  
创建一个 <br> &nbsp;&nbsp;在线职业服务网站 </a>   </p>
</div> <div   id= "elsevenparent "   class= "parent "> <a   href= "# "   class= "item "
onclick= "expandit( 'elseven ');   return   false ">
<img   src= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/icon-t.gif "   tppabs= "http://210.74.168.175/guide/asp/icon-t.gif "   name= "imex "   border= "0 "   height= "10 "   width= "5 "> <font
    size= "-1 "   color= "#000000 "> 第八部分 <br>
    &nbsp;附录 </font> </a>
</div> <div   id= "elsevenchild "   class= "child ">

<p> &nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/appendixa/downa.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/appendixa/downa.cfm "   class= "item "> .附录a <br> &nbsp;&nbsp;asp对象和组件快速参考 </a>  
<br> &nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/appendixb/downb.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/appendixb/downb.cfm "   class= "item "> .附录b <br> &nbsp;&nbsp;jscript   快速参考 </a>  
<br> &nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/appendixc/downc.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/appendixc/downc.cfm "   class= "item "> .附录c <br> &nbsp;&nbsp;vbscript   快速参考 </a>
<br> &nbsp;&nbsp;&nbsp;............ <br>
&nbsp; <a   href= "file:///d ¦/myweb/asp&#23436;&#20840;&#25945;&#31243;&#19979;&#36733;&#29256;/appendixd/downd.cfm.htm "   tppabs= "http://210.74.168.175/guide/asp/appendixd/downd.cfm "   class= "item "> .附录d <br> &nbsp;&nbsp;快速html参考 </a>  
</p>
</div> <script   language= "javascript1.2 ">
<!--
if   (ns4)   {
firstel   =   "eloneparent ";
firstind   =   getindex(firstel);
showall();
arrange();
}
//-->
</script>


<p> <br>
&nbsp;   <br>
&nbsp;   </p>
</body>
</html>


快速检索

最新资讯
热门点击