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

📄 index_left.asp

📁 没有什么
💻 ASP
字号:
<%
if session("username") = "" then
response.write "<script language=JavaScript>{window.alert('对不起,你尚未登陆或者闲置时间过长,请重新登陆系统!');window.location='index.asp'}</script>"
response.end
end if    
%>

<head>
<link href="Images/css.Css" rel="stylesheet" type="text/css">
<title></title>
<style fprolloverstyle>A:hover {color: #FF0000}
</style>
</head>

<body vlink="#000000" link="#000000">

<div align="center">
  <center>
  <table border="1" cellpadding="0" cellspacing="0" width="100%" bordercolor="#6699FF" bordercolorlight="#6699FF">
    <tr>
      <td width="100%" height="30" bgcolor="#6699FF">
        <p align="center"><font color="#FFFFFF"><b><%=session("username")%>,欢迎登录</b></font></p>
      </td>
    </tr>
    <tr>
      <td width="100%" height="20">
        <p align="center"><a href="index_main.asp" target="right">当日即时数据查看</a></td>
    </tr>
    <tr>
      <td width="100%" height="20">
        <p align="center"><a href="index_lishi.asp" target="right">往日历史数据查看</a></td>
    </tr>
    <tr>
      <td width="100%" height="20">
        <p align="center"><a href="index_modpassword.asp" target="right">用户密码修改</a></td>
    </tr>
    <tr>
      <td width="100%" height="20">
        <p align="center"><a href="out.asp" target="_top">安全退出系统</a></td>
    </tr>
  </table>
  </center>
</div>
  <table border="1" cellpadding="0" cellspacing="0" width="100%" bordercolor="#6699FF" bordercolorlight="#6699FF">
    <tr>
      <td width="100%" height="30" bgcolor="#6699FF">
        <p align="center"><font color="#FFFFFF"><b>最新公告</b></font></p>
      </td>
    </tr>
    <tr>
      <td width="100%" height="20">
</td>
    </tr>
  </table>

⌨️ 快捷键说明

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