📄 top.aspx
字号:
<%@ Page language="c#" Inherits="car1.top" CodeFile="top.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>top</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<link rel="stylesheet" href="css/css.css" type="text/css">
<script>
function logout()
{
if (confirm("确认退出车辆管理系统?"))
{
document.location.href="logout.asp";
}
}
</script>
</HEAD>
<body bgColor="#ffffff" leftMargin="0" topMargin="0">
<table border="0" cellPadding="0" cellSpacing="0" width="100%" height="100">
<tr>
<td height="75" colspan="2" valign="top" bgcolor="#e7e7e7"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="555"><img src="IMAGES/t_r1_c1.jpg" width="555" height="75"></td>
<td background="IMAGES/t_r1_c2.jpg"> </td>
<td width="253" valign="top" background="IMAGES/t_r1_c3.jpg">
<DIV align="left"><FONT face="宋体">
<DIV align="left"><A href="javascript:logout()" target="_self"></A> </DIV>
<span class="style1">今天是:
<script language="JavaScript">
<!---
today=new Date();
function initArray(){
this.length=initArray.arguments.length
for(var i=0;i<this.length;i++)
this[i+1]=initArray.arguments[i] }
var d=new initArray("<font color=RED>星期日","<font color=white>星期一","<font color=white>星期二","<font color=white>星期三","<font color=white>星期四","<font color=white>星期五","<font color=GREEN>星期六");
document.write(today.getYear(),"年",today.getMonth()+1,"月",today.getDate(),"日",d[today.getDay()+1]);
//-->
</script>
</span><BR>
<BR>
<BR>
<IMG height="16" src="IMAGES/menu_index.gif" width="16"><A href="welcome.aspx" target=main>主页</A><FONT face="宋体"> </FONT><IMG height="16" src="IMAGES/menu_refresh.gif" width="16"><A href="main.aspx" target="_top">刷新</A><FONT face="宋体"> </FONT>
</FONT>
</DIV>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="82%" height="10" bgcolor="#276db2"></td>
</tr>
</table>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -