user_main.asp

来自「盗号用的」· ASP 代码 · 共 56 行

ASP
56
字号
<!--#include file="Conn.asp"-->
<%
If IsClose = true Then
    Response.Write CloseInfo
	Response.End
End If

If Session("UserName") = "" Then
    Response.Write "<script>window.open('index1.asp','_parent');</script>"
	Response.End
End If 

%>
<html>
<head>
<link href="images/text.css" rel="stylesheet" type="text/css">
<STYLE type="text/css"> 
<!-- a:link { text-decoration: none; font-family: AdobeSm; color: #000000 }
a:visited { text-decoration: none; color: #000000 }
A:hover {COLOR: green; FONT-FAMILY: "宋体"; TEXT-DECORATION: underline;}
body { font-size: 9pt; font-family: 宋体, Arial;color: #000000}
TD {FONT-SIZE: 9pt; FONT-FAMILY: "宋体", "Arial";color: #000000}
p {FONT-SIZE: 9pt; FONT-FAMILY: "宋体", "Arial";color: #000000}
input {FONT-SIZE: 9pt; FONT-FAMILY: "宋体", "Arial";color: #000000}
body {
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
}
-->
</STYLE>
<base target="_self">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<body>

	<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#C0C0C0" id="table2" >
		<tr>
			<td height="32" background="images/bj3.jpg">
		  <p align="center">管理首页</td>
		</tr>
		    <td>
	        
</table>
    <p>&nbsp;</p>
    <table width="768" border="0" align="center" cellpadding="10" cellspacing="2">
	<tr>
        <td align="center" style="BORDER-bottom: #e7e7e7 1px dotted"><img src="images/1105.gif" width="33" height="32"></td>
	</tr>
      <tr>
        <td class="p3" style="BORDER-bottom: #e7e7e7 1px dotted"><%=Replace(Notice, vbCrLf, "<br>") %></td>
      </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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