?? 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 + -