⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dir.asp

📁 网页酷吧全站系统在此之前提供了一个新闻系统V1.0,反应十分热烈,并有不少网友提供了不少意见例如在线编辑器等问题,并强烈要求本部提供全部程序,顺应广大网友的强烈要求,并希望本人的QQ能够闲下来(因为实
💻 ASP
字号:
<HTML><HEAD><TITLE>dir</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK href="images/test.css" type=text/css rel=stylesheet>
<%if session("username")="" or session("userkey")="" then
response.redirect "../../"
end if%>
<SCRIPT language=javascript>
function cwin()
{if(parent.testframeset.cols!='200,*')
{parent.testframeset.cols='200,*';
}
else{parent.testframeset.cols='-10,*';
}}
function closenavi() {
w-=10;
if (w>-10) {window.parent.testframeset.cols = ''+w+',*';repeat=setTimeout("closenavi()",100);}
else {clearTimeout(repeat);w=220;}
}
</SCRIPT>
<SCRIPT language=javascript src="images/js.js"></SCRIPT>
</HEAD>
<BODY onkeydown="if(event.keyCode=='39') cwin();"  onselectstart="return false;" text=#000000  bgcolor="#efefef" scroll=no>
<TABLE width="100%" border=0 cellPadding=0 cellSpacing=0 bgcolor="#808080">
  <TBODY>
  <TR>
      <TD style="PADDING-TOP: 3px" height=26><nobr>&nbsp;<font color="#FFFFFF"><strong>功
        能 选 择 面 板</strong></font></nobr></TD>
      <TD vAlign=middle align=center width=26><IMG class=button onclick=cwin()
      height=15 alt=关闭左栏 src="images/icon-close.gif" width=16
  vspace=2></TD>
    </TR></TBODY></TABLE>
<table width="100%" height="8" border="0" cellspacing="0" onmouseup="movover();movstar(-1,20);" onmousedown="movover();movstar(-3,2);" onmouseover="movstar(-1,20);" onmouseout="movover()">
<tr>
    <td align="center" class="button2" style="font-size: 9px; font-family: Verdana"><img src="images/up.gif" width="5" height="3"></td>
  </tr>
</table>
<!-- 菜单开始 -->
<iframe name="new_date" id="new_date" style="height:expression(document.body.offsetHeight-84)" src="left.asp" frameBorder="0" marginHeight="0" marginWidth="0"  scrolling="no" width="100%"></iframe>
<!-- 菜单结束 -->
<table width="100%" height="8" border="0" cellspacing="0" onmouseup="movover();movstar(1,20);" onmousedown="movover();movstar(3,2);" onmouseover="movstar(1,20);" title="按住不放可快速向下滚动" onmouseout="movover();">
  <tr> 
    <td align="center" class="button2" style="font-size: 9px; font-family: Verdana"><img src="images/down.gif" width="5" height="3"></td>
  </tr>
</table>
<SCRIPT language="JavaScript">
function movstar(a,time)
{
	movx = setInterval('mov(' + a + ')',time);
}
function movover()
{
	clearInterval(movx);
}
function mov(a)
{
	scrollx = new_date.document.body.scrollLeft;
	scrolly = new_date.document.body.scrollTop;
	scrolly = scrolly + a;
	new_date.window.scroll(scrollx,scrolly);
}
</SCRIPT>
<table width="100%" height="40" border="0" cellspacing="0" bgcolor="#efefef">
  <tr> 
    <td height="9" background="images/tiao2.gif"><img width="0" height="7"></td>
  </tr>
  <TR> 
    <TD height="22" align="center" valign="middle">网页酷吧欢迎您!</TD>
  </TR>
</table>
</BODY>




⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -