📄 stucurper.asp
字号:
<% Set hdobj = Server.CreateObject("HD.comOpen")'请保证此行在最前面%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META HTTP-EQUIV="luxiaoqing" CONTENT="no-cache">
<STYLE TYPE="text/css">
<!--
BODY {
background-image: url(../Image/bg.gif);
background-position: center;
background-repeat: repeat;
background-attachment: fixed;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #3399FD;
}
.style2 {font-size: 12px}
.style3 {font-size: 12px}
.style4 {
color: #FFFFFF;
font-size: 14px;
}
.style5 {color: #FF0000}
body,td,th {
font-size: 12px;
}
.STYLE8 {
font-family: "黑体";
font-size: 16px;
color: #FFFFFF;
}
.STYLE9 {
font-family: "黑体";
font-size: 16px;
}
a:link {
color: #CC0000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #CC0000;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.tables {
background-image: url(../Image/bigbg.jpg);
background-repeat: no-repeat;
}
-->
</STYLE>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<%
Connkaa = hdobj.WeekaaConn()
tab="StuCur"
ss=Request.QueryString("ss")
dim stv,sqstv
Set stv = Server.CreateObject("ADODB.RecordSet")
sqstv = "Select * From [sets] where TB='"&tab&"'"
stv.Open Sqstv,Connkaa,1,3
ID=Request.QueryString("ID")
Set stu = Server.CreateObject("ADODB.RecordSet")
if ID="" then
sqstu = "Select * From [StuCur] where (ID is null)"
else
sqstu = "Select * From [StuCur] where ID="&ID
end if
stu.Open Sqstu,Connkaa,1,3
If not stu.eof then
fa=stu("a")
fb=stu("b")
fc=stu("c")
fd=stu("d")
fe=stu("e")
ff=stu("f")
fg=stu("g")
fh=stu("h")
fi=stu("i")
fj=stu("j")
fk=stu("k")
fl=stu("l")
XKs=stu("X")
end if
%>
</head>
<body onmouseover="self.status='红笛软件[http://weekaa.com/red]';return true">
<table width="1003" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#3399fd">
<tr>
<td height="150" align="center" valign="bottom"><img src="../Image/bigbga.jpg" width="1003" height="150"></td>
</tr>
<tr>
<td height="28" align="center" valign="bottom" background="../Image/bg01a.jpg"> </td>
</tr>
<tr>
<td height="600" align="center" valign="top"><table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30" align="center"> </td>
</tr>
<tr>
<td height="30" align="center"><span class="STYLE8">必修课程详情</span></td>
</tr>
</table>
<table width="80%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#DEE7FF">
<tr>
<td height="25" colspan="4" align="center" background="../Image/bg01.jpg"> </td>
</tr>
<tr>
<td width="252" height="25" align="right" bgcolor="#FFFFFF"><%=stv("a")%></td>
<td width="232" align="left" bgcolor="#FFFFFF"><%=fa%></td>
<td width="215" align="right" bgcolor="#FFFFFF"><%=stv("g")%></td>
<td width="234" align="left" bgcolor="#FFFFFF"><%=fg%></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#FFFFFF"><%=stv("b")%></td>
<td align="left" bgcolor="#FFFFFF"><%=fb%></td>
<td align="right" bgcolor="#FFFFFF"><%=stv("h")%></td>
<td align="left" bgcolor="#FFFFFF"><%=fh%></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#FFFFFF"><%=stv("c")%></td>
<td align="left" bgcolor="#FFFFFF"><%=fc%></td>
<td align="right" bgcolor="#FFFFFF"><%=stv("i")%></td>
<td align="left" bgcolor="#FFFFFF"><%=fi%></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#FFFFFF"><%=stv("d")%></td>
<td align="left" bgcolor="#FFFFFF"><%=fd%></td>
<td align="right" bgcolor="#FFFFFF"><%=stv("j")%></td>
<td align="left" bgcolor="#FFFFFF"><%=fj%></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#FFFFFF"><%=stv("e")%></td>
<td align="left" bgcolor="#FFFFFF"><%=fe%></td>
<td align="right" bgcolor="#FFFFFF"><%=stv("k")%></td>
<td align="left" bgcolor="#FFFFFF"><%=fk%></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#FFFFFF"><%=stv("f")%></td>
<td align="left" bgcolor="#FFFFFF"><%=ff%></td>
<td align="right" bgcolor="#FFFFFF"> </td>
<td align="left" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td height="25" colspan="4" align="center" bgcolor="#FFFFFF"><span class="STYLE9"><%=stv("l")%></span></td>
</tr>
<tr>
<td height="320" colspan="4" align="left" valign="top" bgcolor="#FFFFFF"><br><table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><%
response.write fl
%></td>
</tr>
</table></td>
</tr>
<tr>
<td height="25" colspan="4" align="center" background="../Image/bg01.jpg" bgcolor="#0C4FBC"> </td>
</tr>
</table>
<p> </p></td>
</tr>
<tr>
<td height="25" background="../Image/bg01a.jpg"> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -