📄 dir.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> <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 + -