sch.asp
来自「学生信息化管理系统,目前最完美的学生信息化管理系统,界面美观,操作方面,个性化设」· ASP 代码 · 共 55 行
ASP
55 行
<%
Set hdobj = Server.CreateObject("HD.ComOpen")'请保证此行在最前面
if request.QueryString("A")="" then
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>红笛软件</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
background-color: #3399FD;
}
.style1 {
font-family: "黑体";
font-size: 16px;
color:#FFFFFF;
}
-->
</style></head>
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<form name="form1" method="post" action="?A=A">
<tr>
<td height="50" align="center" class="style1"> </td>
</tr>
<tr>
<td height="30" align="center" class="style1">
<%call hdobj.schools("school",1)%></td>
</tr>
</form>
</table>
</body>
</html>
<%
else
SCHNAME=request.form("school")
session("SQLName")=SCHNAME
%>
<script>
window.opener.location.reload();
self.close();
</script>
<%
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?