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

📄 head.asp

📁 学生档案与成绩管理(1)学生档案管理:记录每个学生的档案信息
💻 ASP
字号:
<!-- #include file = "function.asp" -->
<%CheckUser()%>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<script src="../include/function.js" type="text/javascript"></script>
<link href="../include/main.css" rel="stylesheet" type="text/css">
<script ID="clientEventHandlersJS" LANGUAGE="javascript">
<!--

function GoTo(target)
{
	parent.navigate(target);
}

function ShowAbout() 
{
	window.showModalDialog ("../help/about.asp","About","dialogwidth:400px;dialogheight:450px;Status:0;center:1;resizable=1;scroll:no;");
}

//-->
</script>
<%
	dim ButtonOn
	ButtonOn=trim(lcase(Request.Cookies("Temp")("ButtonOn")))
%>
<table border="0" cellpadding="0" cellspacing="0" id="header" width="100%" align="left">
	<tr>
		<td><img border="0" src="../images/logo.gif" width="131" height="38"></td>
		<td valign="bottom" align="left" width="100%">
			<table border="0" cellpadding="0" cellspacing="0" width="100%" align="left">         
				<tr>
					<td valign="center" width="1%">
							<%if ButtonOn="myfold" then%>
								<a><img name="myfold" src="../images/myfolddown.gif" WIDTH="95" HEIGHT="24"></a>
							<%else%>
								<a onclick="GoTo('../myfold/mainframe.asp')" style="cursor:hand" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('myfold','','../images/myfoldover.gif',1);">
								<img name="myfold" src="../images/myfold.gif" WIDTH="95" HEIGHT="24"></a>
							<%end if%>
					</td>
					<td valign="center" width="1%">
							<img src="../images/headtag.gif" WIDTH="15" HEIGHT="24">
					</td>
					<td valign="center" width="1%">
							<%if ButtonOn="sheet" then%>
								<a><img name="sheet" src="../images/sheetdown.gif" WIDTH="95" HEIGHT="24"></a>
							<%else%>
								<a onclick="GoTo('../sheet/mainframe.asp')" style="cursor:hand" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('sheet','','../images/sheetover.gif',1);"> 
								<img name="sheet" src="../images/sheet.gif" WIDTH="95" HEIGHT="24"></a>
							<%end if%>
					</td>
					<td valign="center" width="1%">
							<img src="../images/headtag.gif" WIDTH="15" HEIGHT="24">
					</td>
					<td valign="center" width="1%">
							<%if ButtonOn="report" then%>
								<a><img name="report" src="../images/reportdown.gif" WIDTH="95" HEIGHT="24"></a>
							<%else%>
								<a onclick="GoTo('../report/mainframe.asp')" style="cursor:hand" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('report','','../images/reportover.gif',1);"> 
								<img name="report" src="../images/report.gif" WIDTH="95" HEIGHT="24"></a>
							<%end if%>
					</td>
					<td valign="center" width="1%">
							<img src="../images/headtag.gif" WIDTH="15" HEIGHT="24">
					</td>
					<td valign="center" width="1%">
							<%if ButtonOn="system" then%>
								<a><img name="system" src="../images/systemdown.gif" WIDTH="95" HEIGHT="24"></a>
							<%else%>
								<a onclick="GoTo('../system/mainframe.asp')" style="cursor:hand" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('system','','../images/systemover.gif',1);"> 
								<img name="system" src="../images/system.gif" WIDTH="95" HEIGHT="24"></a>
							<%end if%>
					</td>
					<td valign="center" width="1%">
							<img src="../images/headtag.gif" WIDTH="15" HEIGHT="24">
					</td>
					<td valign="center" width="1%">
							<%if ButtonOn="quit" then%>
								<a><img name="quit" src="../images/quitdown.gif" WIDTH="62" HEIGHT="24"></a>
							<%else%>
								<a onclick="GoTo('../login/logout.asp')" style="cursor:hand" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('quit','','../images/quitover.gif',1);">
								<img name="quit" src="../images/quit.gif" WIDTH="62" HEIGHT="24"></a>
							<%end if%>
					</td>
					<td valign="center" width="1%">
							<img src="../images/headtag.gif" WIDTH="20" HEIGHT="24">
					</td>
					<td valign="center" width="1%">
							<a onclick="ShowAbout()" style="cursor:hand">
							<img name="about" src="../images/about.gif" WIDTH="20" HEIGHT="24" alt="关于华创"></a>
					</td>
					<td valign="center" width="100%">
							<img src="../images/headtag.gif" WIDTH="100%" HEIGHT="24">
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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