?? stuofa.asp
字號:
<%
Set hdobj = Server.CreateObject("HD.comOpen")
Connkaa = hdobj.WeekaaConn()
A=Request.QueryString("A")
ID=Request.QueryString("ID")
B=Request.QueryString("B")
if Request.QueryString("ac")="" then
if ID<>"" then
ID=ID * 1
sqlc = "Select * From [OFa] where ID="&ID
Set rc = Server.CreateObject("ADODB.RecordSet")
rc.Open Sqlc,Connkaa,1,3
A=rc("a")
B=rc("b")
D=rc("d")
E=rc("e")
end if
if B="a" then
lon="平時表現、操行評價"
end if
if B="b" then
lon="社會實踐、專業實踐記錄"
end if
if B="c" then
lon="參加各類活動、勤工儉學記錄"
end if
%>
<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;
margin-bottom: 0px;
}
.STYLE1 {
font-size: 18px;
font-family: "黑體";
}
body,td,th {
font-size: 12px;
}
-->
</style></head>
<body>
<table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
<form name="form1" method="post" action="?ID=<%=ID%>&B=<%=B%>&ac=ac">
<tr>
<td height="25" align="center" background="../Image/bg01.jpg"><input name="a" type="hidden" id="a" value="<%=A%>">
<input name="b" type="hidden" id="b" value="<%=B%>">
<input name="ID" type="hidden" id="ID" value="<%=ID%>"></td>
</tr>
<tr>
<td height="35" align="center"><span class="STYLE1"><%=lon%></span></td>
</tr>
<tr>
<td height="35" align="center">起止時間
<input name="d" type="text" id="d" value="<%=D%>" size="25"></td>
</tr>
<tr>
<td height="25" align="center">詳細記錄</td>
</tr>
<tr>
<td height="70" align="center"><textarea name="e" cols="39" rows="6" id="e"><%=E%></textarea></td>
</tr>
<tr>
<td height="25" align="center"><input type="submit" name="Submit" value="保存"></td>
</tr>
<tr>
<td height="25" background="../Image/bg01.jpg"> </td>
</tr></form>
</table>
</body>
</html>
<%
else
if ID="" then
call hdobj.AddL("OFa","k",1)
else
call hdobj.AddL("OFa","k",0)
end if
end if
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -