📄 topmenu.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="cs_conn.inc.asp"-->
<%
if not session("userClass")>=1 then
response.redirect "login.asp"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<style type="text/css">
<!--
body {
background-color: #FF9900;
}
td {
font-size: 14px;
color: #000000;
text-decoration: none;
}
-->
</style>
</head>
<body leftmargin="0" topmargin="0">
<a href="http://www.crescent.net.cn" target="_blank"><img src="images/cs_logo.jpg" width="270" height="66" border="0"></a>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -