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

📄 model.dwt

📁 在线考试能够让用户在线就能考试本软件有20多个页面
💻 DWT
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<% if(session.getAttribute("competence").equals("2"))
{
 %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>华夏在线考试系统</title>
<style type="text/css">
<!--
body {
	background-color: #3366CC;
}
.style1 {font-size: 12px}
-->
</style>
</head>

<body>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="800" height="250">
      <param name="movie" value="banner.swf">
      <param name="quality" value="high">
      <embed src="banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="250"></embed>
    </object></td>
  </tr>
  <tr>
    <td height="0" bgcolor="#F0FFFF">&nbsp;</td>
  </tr>
</table>
</body>
</html>
<% }
else
{   response.sendRedirect("c.jsp");} %>

⌨️ 快捷键说明

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