?? marking.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="errorpage.jsp" %>
<html>
<body bgcolor="#0099FF">
<%
String stu_id=request.getParameter("stu_id");
String class_id=request.getParameter("class_id");
%>
<p> </p>
<p align="center"><font color="#00FF00" size="+3" face="方正舒體">學生成績</font></p>
<form method="post" action="MarkSvlt">
<input type="hidden" name="action" value="marking">
<input type="hidden" name="id" value="<%=stu_id%>">
<input type="hidden" name="class_id" value="<%=class_id%>">
<table width="75%" border="1" align="center">
<tr>
<td width="41%">學生號</td>
<td width="59%">成績</td>
</tr>
<tr>
<td><%=stu_id%></td>
<td><input name="score" type="text" id="score"></td>
</tr>
</table>
<p> </p>
<div align="center">
<input type="submit" name="Submit" value="提交">
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -