📄 add_allqingjia.asp
字号:
<!--#include file="conn.asp"-->
<%
if session("user")="" then
response.write "您无此权限"
response.end
end if
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css">
<title>添加请假情况</title>
<script language=javascript>
function qurey(tar){
document.frm.action=tar;
document.frm.submit();
}
</script>
</head>
<body>
<!--#include file="top.asp"-->
<div align="center">
<table width="738" height="35" cellspacing="0" cellpadding="0">
<tr><td background="images/top_1.jpg" align="left"> <a href="add_qingjia.asp">添加学生请假信息</a>
| <a href="add_allqingjia.asp">添加全部学生请假信息</a><td>
</tr>
</table>
</div>
<form name="frm" method="post" action="">
<div align="center">
<table border="1" width="500" bordercolorlight="#000000" cellspacing="0" cellpadding="4" bordercolordark="#FFFFFF">
<tr>
<td colspan="3" align="center">全部学生请假信息</td>
</tr>
<tr>
<td width="185" align="center">全部在读学生请假</td>
<td width="376" align="center"><input name="user_state" type="text" size="10">
天</td>
<td width="107" align="center"><input type="button" name="s1" value="提交" onclick=qurey("add_allqingjia1.asp?id=1")></td>
</tr>
<tr>
<td align="center">全部住校学生请假</td>
<td align="center"><input name="lodging" type="text" size="10">
天</td>
<td align="center"><input type="button" name="s2" value="提交" onclick=qurey("add_allqingjia1.asp?id=2")></td>
</tr>
</table>
</div>
</form>
<!--#include file="down.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -