toolbar.asp

来自「这是一个用ASP写的在线考试系统.特别一点 就是考试试卷有两种考法,一种为系统」· ASP 代码 · 共 32 行

ASP
32
字号
<html>
<head>
<title>在线考试系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<base target="main">
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
-->
</style>
<link href="css.css" rel="stylesheet" type="text/css">
</head>

<body bgcolor="#336699" text="#000000" style="border-left-style: solid; border-left-width: 0; border-right-style: solid; border-right-width: 0; border-top-style: solid; border-top-width: 0; border-bottom: 1px solid #FFFFFF">

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="100%" bgcolor="#336699">
  <tr>
    <td width="238">       <img src="../images/xgfksxt.gif" width="280" height="60"></td>
    <td align="center" valign="bottom"><img src="../images/ksdh.gif" width="420" height="60"> 
      <%if request.cookies("powerid")="" then%>
      <%else%>
      <%end if%>
    </td>
    <td width="100">
    <p align="right">    </td>
  </tr>
</table>

</body>

</html>

⌨️ 快捷键说明

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