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

📄 main.asp

📁 ASp+SQLServer编写的网上办公系统
💻 ASP
字号:
<%
if session("POSITION_ID")="" then
  	response.redirect "Admin.asp"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css">
<LINK href="conn/style.css" rel=stylesheet>
<title></title>
</head>
<body topmargin=0 leftmargin=0 bgcolor="#FFFFFF">
<table border="0" width="100%" height="150" cellspacing="0" cellpadding="0">
 <tr>
  <td width="100%"></td>
 </tr>
</table>
<table border="0" cellspacing="1" width="100%" bordercolorlight="#AEB4CA" bordercolordark="#FFFFFF" height="589">
  <tr> 
    <td width="100%" height="583" align=left valign=top>
    <img border="0" src="../images/wellcom5.gif">
	</td>
  </tr>
</table>
</html>

⌨️ 快捷键说明

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