topmenu.asp

来自「一个企业客户信息收集管理系统.软件下载 源码下载 站长教程 建站资讯 素材下载┆」· ASP 代码 · 共 31 行

ASP
31
字号
<%@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 + =
减小字号Ctrl + -
显示快捷键?