tool.asp

来自「网页酷吧全站系统在此之前提供了一个新闻系统V1.0,反应十分热烈,并有不少网友提」· ASP 代码 · 共 32 行

ASP
32
字号
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="images/test.css" type="text/css">
<%if session("username")="" or session("userkey")="" then
response.redirect "../../"
end if%>

</head>

<body text="#000000" onselectstart="return false;">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id=control>
  <tr bgcolor="#808080">
<td height="26" width="24" align="center"><img src="images/icon-default.gif" width="16" height="15" class="button" onclick="javascript:window.parent.testframeset.cols = '200,*';" vspace="2" hspace="1" alt="恢复左栏默认宽度"></td>
    <td> 网页酷吧后台管理系统</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0"  style="height:expression(document.body.offsetHeight-28)">
  <tr>
<td align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td valign="top"><div id=mainFrames><iframe  name="iframemain" width="100%"   style="height:expression(document.body.offsetHeight-28)" scrolling="yes" marginwidth=0 frameBorder="0"marginheight=0 vspace=0 src="js/default.asp" hspace=0></iframe></div></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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