📄 main.asp
字号:
<!--
=========================================================
重庆杰诺软件开发研究所开发制作
(http://www.cnkami.com)
诚信,创新,你的最好选择。。。。。。。。。。。
==========================================================
解压密码:www.cnkami.com
==========================================================
我们是重庆杰诺软件开发研究所。现由我们开发研究的主要针对教育培训机构,为用户提供认证证书的单位的证书查询系统以功能强大,使用方便等特点受到广大客户的爱待。为了让您更多的了解我们的证书查询系统。我们推出在线测试地址:
后台地址:http://www.cnkami.com/search/admin.asp
前台地址: http://www.cnkami.com/search/
本系统针对培训行业用户所以统-定价:200元/套 ,付费用户享受免费一年升级服务。系统现在为ACCESS版,注册用户可免费升级为SQL版
本系统功能:管理学生所获得的证书资料,如果在网上可方便用人单位查询学生的资料,从而杜绝不法分子以在贵培训机构的受培训并获得证书到处毁坏贵培训机构名誉!商业版在此功能上增加了一些功能。欲知详情请联系:QQ:1801099
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
有意请联系!:
QQ:199148195
QQ:171476439
邮件:flycomesoho@hotmail.com
电话:63700285 13608336048
如转载,请不要删除此信息!
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--><%if session("adminuser")<>"" then
%>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.sb { cursor: hand; filter: Xray?, FinishOpacity=?, Style=?, StartX=?, StartY=?, FinishX=?, FinishY=?)}
-->
</style>
<link href="CCS/Style.css" rel="stylesheet" type="text/css">
</head>
<script language=javascript>
function left_onclick(){
if (leftinfo.style.display==""){
leftinfo.style.display="none";
imgsrc.src="images/open.gif";
}
else
{
leftinfo.style.display="";
imgsrc.src="images/close.gif";
}
}
function top_onclick(){
if (topinfo.style.display==""){
topinfo.style.display="none";
topsrc.src="images/movenext2.gif";
}
else
{
topinfo.style.display="";
topsrc.src="images/moveprevious2.gif";
}
}
</script>
<body bgcolor="#FFFFFF" text="#000000" topmargin="0">
<table width="778" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
<tr align="center">
<td height="74" colspan="3" bgcolor="#FFFFFF" class="4bians" id="topinfo">证书查询管理系统</td>
</tr>
<tr bgcolor="D96666" align="left">
<td colspan="3" " height="10" onclick="top_onclick()" class="sbx"> <img src="images/moveprevious2.gif" width="20" height="20" id="topsrc"></td>
</tr>
<tr>
<td height="505" id="leftinfo" name="leftinfo" bgcolor="#FFFFFF" class="sbx" width="219"><iframe src="left.asp" align="center" width="100%" height="100%" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="NO"></iframe></td>
<td width="9" onclick="left_onclick()" bgcolor="D96666" class="sb" height="505"><img src="images/close.gif" width="9" height="50" id="imgsrc"></td>
<td bgcolor="#FFFFFF" align="center" class="sbx" width="650" height="505"><iframe src="copyright.asp" align="center" width="100%" height="100%" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="NO" name="search"></iframe></td>
</tr>
</table>
</body>
</html><%
else
response.write "<script language=javascript>"
response.write "alert('管理员操作超 时..........');"
response.write "javascript:history.go(-1)"
response.write "</script>"
end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -