📄 sch.asp
字号:
<%
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -