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

📄 setsumtype.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 LocalDC()
{
	return true;
}


function Finish()
{
	if(LocalDC()==true)
	{
		DisableButton();
		frmData.target ="SaveArea";
		frmData.action="savesumtype.asp";
		frmData.submit();
	}
}

function DisableButton() 
{
	window.parent.document.all['btnCancel'].disabled =true;
	window.parent.document.all['btnPre'].disabled =true;
	window.parent.document.all['btnNext'].disabled =true;
}

function window_onload() 
{
	window.parent.document.all['btnNext'].disabled =false;
}

//-->
</script>
<%
	dim WExcel
	set WExcel=server.CreateObject("WExcel.Report")

	dim SheetID,ReportID
	SheetID=Request.Cookies("System")("ReportSheetID")
	ReportID=Request.Cookies("System")("ReportID")

	dim strBody,GCScript
	WExcel.GetSumTypeSettingPage cint(UserID),cint(SheetID),cint(ReportID),strBody, GCScript
	CheckErr
%>

<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
	</head>
	<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" LANGUAGE=javascript onload="return window_onload()">
		<form METHOD="post" name="frmData">
			<table width="100%" border=0 align="center">
			<%if strBody="" then%>
				<tr height=100 valign=center>
					<td>明细字段中没有数值型的,没有汇总。</td>
				</tr>
			<%else%>
				<%=strBody%>
			<%end if%>
			</table>
		</form>
		<iframe id="SaveArea" name="SaveArea" style="VISIBILITY: hidden" width="0" height="0" frameborder="0" src="">
		</iframe>
	</body>                                                                                                           
</html>

⌨️ 快捷键说明

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