index.asp

来自「在线考试系统源码实现远程判卷」· ASP 代码 · 共 49 行

ASP
49
字号
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>张堰中学网上考试</title>
<!--#include file="inc/css.css" -->
</head>
<!--#include file="top.asp" -->
<!--#include file="menu.asp" -->
<div align="center">
  <table width="770" border="1" cellpadding="0" cellspacing="0" bordercolor="ff99cc" bgcolor="edebeb">
    <tr>
      <td width="33%" height="250" align="right" valign="middle"> 
        <div align="center"><img src="images/01.jpg" width="198" height="200" border="0" usemap="#Map"></div></td>
      <td width="33%" height="250" align="center" valign="middle"> 
        <div align="center"><img src="images/02.jpg" width="200" height="200" border="0" usemap="#Map2"></div></td>
      <td width="33%" height="250" align="center" valign="middle"> 
        <div align="center"><img src="images/03.jpg" width="198" height="200" border="0" usemap="#Map3"></div></td>
    </tr>
    <tr>
      <td width="33%" height="250" align="center" valign="middle"> 
        <div align="center"><img src="images/04.jpg" width="198" height="200" border="0" usemap="#Map4"></div></td>
      <td width="33%" height="250" align="center" valign="middle"> 
        <div align="center"><img src="images/05.jpg" width="198" height="200" border="0" usemap="#Map5"></div></td>
      <td width="33%" height="250" align="center" valign="middle"> 
        <div align="center"><img src="images/06.jpg" width="198" height="200" border="0" usemap="#Map6"></div></td>
    </tr>
  </table>
</div>
<!--#include file="inc/bottom.inc" -->
<map name="Map">
  <area shape="rect" coords="8,9,189,190" <%if rs("lxlink")=1 then%>href="student_lx.asp"<%end if%>>
</map>
<map name="Map2">
  <area shape="rect" coords="9,10,191,193" href="student_test/student_test.asp">
</map>
<map name="Map3">
  <area shape="rect" coords="7,8,190,192" href="test_base.asp">
</map>
<map name="Map4">
  <area shape="rect" coords="6,6,192,193" href="testpage/testpage_gl.asp">
</map>
<map name="Map5">
  <area shape="rect" coords="7,7,191,192" href="test_pigai/test_pigai.asp">
</map>
<map name="Map6">
  <area shape="rect" coords="8,8,193,193" href="admin_user.asp">
</map>
</body>
</html>

⌨️ 快捷键说明

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