?? doc_stuinfo_reg.jsp
字號:
<%@ page language="java" pageEncoding="gb2312"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<link href="css/style.css" rel="stylesheet">
<script type="text/javascript" src="js/checkform.js"></script>
<script language="javascript">
function opendialog(){
//var someValue=window.showModalDialog('getAllstuinfo.htm','','dialogWidth:600px;dialogHeight:320px;status:no;help:no;scrolling=no;scrollbars=yes;');
var someValue=window.location.href='getAllstuinfo.htm';
stuid.value=someValue;
}
function openurl(sid){
//alert(sid);
window.location.href = "stureginfoList.htm?stuid="+sid;
}
function deal(){
if(confirm("是否進行學生登記信息數據存盤操作?")){
form1.submit();
}
}
</script>
<html>
<head>
<c:if test="${sessionScope.loginUser==null}">
<script language="javascript">
alert("您未登錄或連線超時,請登錄系統");
window.location.href="Content.jsp";
</script>
</c:if>
</head>
<body>
<tr>
<td height="44" colspan="6">
</td>
</tr>
<form method="POST" action="stuInfoInsert.htm?ctname=dsg" name="form1" onsubmit="return sturegvalid(form1)">
<table width="520" height="50" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center">學生編號
<input type="text" name="stuid" value="${messages.stuId}" onkeypress="if(event.keyCode==13){openurl(stuid.value)}"/>
<input type="button" name="ok" value="確定" onClick="openurl(stuid.value)"/>
<input type="submit" name="submit" value="提交" />
</div>
</td>
</tr>
</table>
<p align="center">
<table width="520" height="149" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="94" height="35">學生姓名</td>
<input type="hidden" name="stu_id" value="${messages.stuId}">
<td width="188"><input type="text" name="name" value="${messages.name}" readonly="readonly"></td>
<td>班級名稱</td>
<td><input name="bjmc" type="text" value="${messages.classmc}" readonly="readonly"></td>
</tr>
<tr>
<td height="34">專業名稱</td>
<td><input type="text" name="zymc" value="${messages.zymc}" readonly="readonly"></td>
<td> 入學日期 </td>
<td><input type="text" name="djrq" value="${messages.djrq}" readonly></td>
</tr>
<tr>
<td height="30"><font color="red"> 經辦人 </font></td>
<td><input type="text" name="jbr"></td>
<td><font color="red"> 入學分數</font> </td>
<td><input type="text" name="lqfs"></td>
</tr>
<tr>
<td colspan="4">
<input type="hidden" name="classid" value="${messages.classid}"/>
<input type="hidden" name="lsh" value="${messages.lsh}"/>
</td>
</tr>
</table>
<center><FONT color="red" size="4">${messages.msg}</Font></center>
</form>
${sysMsgInf}
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -