⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 info.asp

📁 学生档案与成绩管理(1)学生档案管理:记录每个学生的档案信息
💻 ASP
字号:
<!-- #include file = "../../include/asphead.asp" -->
<!-- #include file = "../../include/function.asp" -->
<%CheckUser()%>
<link href="../../include/main.css" rel="stylesheet" type="text/css">
<script src="../../include/function.js" type="text/javascript"></script>
<script ID="clientEventHandlersJS" LANGUAGE="javascript">
<!--
function Edit() {
	if(window.showModalDialog ("../../system/user/account/frame.asp?Target=edit.asp?RowID=" + RowID.value,"","dialogwidth:560px;dialogheight:300px;Status:0;center:1;resizable=1;")==true)
	{
		window.navigate("info.asp");
	}
}
//-->
</script>

<%

	dim WExcel
	set WExcel=server.CreateObject("WExcel.System")
	
	dim strName,strBody,Success
	Success=WExcel.GetUserViewPage(cint(UserID),clng(UserID),strName,strBody)
	CheckErr
%>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
	<table width="70%" align=center valign=top border=0 CELLSPACING=0 CELLPADDING="0">
			<tr height="50">
				<td colspan=5>
					<%=strName%>账号信息
				</td>
			</tr>
			<tr height=150 valign="top">
				<td colspan=5>
					<table width="95%" border=0 CELLSPACING="1" CELLPADDING="0">
						<%=strBody%>
					</table>
				</td>
			</tr>
			<%if Request.Cookies("Login")("AccountType")= "1" then%>
				<tr height=50 valign=bottom>
					<td colspan="5">
						<table width="100%">
							<tr>
								<td><input id="btnModify" type="button" value="修改" name="btnModify" style="cursor:hand; WIDTH: 50px; HEIGHT: 24px" LANGUAGE="javascript" onclick="return Edit()"></td>
							</tr>
						</table>
					</td>
				</tr>
			<%end if%>
	</table>
	<input TYPE="hidden" NAME="RowID" value="<%=UserID%>">
</body>                                                                                                           
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -