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

📄 result.htm

📁 基于HTML的在线考试系统
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>软件中心在线考试系统</title>
<link href="SystemStyle.css" rel="stylesheet" type="text/css">
<script language="javascript">
    var j2eecount=100;
    var j2eestruts=50;
	var j2eeejb=50;
	var selectr=0;
	var lastr=0;
  function math()
  {
    if(document.systemForm.select1.value=="ten")
	{selectr=j2eecount/10;
	document.systemForm.result.value="J2EE "+selectr+"道";
	lastr=j2eecount-selectr;
	document.systemForm.text3.value="剩余"+lastr+"道";}
	if(document.systemForm.select1.value=="half")
	{selectr=j2eecount/2;
	document.systemForm.result.value="J2EE "+selectr+"道";
	lastr=j2eecount-selectr;
	document.systemForm.text3.value="剩余"+lastr+"道";}
	if(document.systemForm.select1.value=="all")
	{selectr=j2eecount;
	document.systemForm.result.value="J2EE "+selectr+"道";
	lastr=j2eecount-selectr;
	document.systemForm.text3.value="剩余"+lastr+"道";}}
   function math2(){
    if(document.systemForm.select2.value=="ten")
	{selectr=j2eecount/10;
	document.systemForm.result.value=document.systemForm.result.value+"    "+".NET "+selectr+"道";
	lastr=j2eecount-selectr;
	document.systemForm.text4.value="剩余"+lastr+"道";
	}
	if(document.systemForm.select2.value=="half")
	{selectr=j2eecount/2;
	document.systemForm.result.value=document.systemForm.result.value+"    "+".NET "+selectr+"道";
		lastr=j2eecount-selectr;
	document.systemForm.text4.value="剩余"+lastr+"道";}
	if(document.systemForm.select2.value=="all")
	{selectr=j2eecount;
	document.systemForm.result.value=document.systemForm.result.value+"    "+".NET "+selectr+"道";
	lastr=j2eecount-selectr;
	document.systemForm.text4.value="剩余"+lastr+"道";}
	
  } 
  </script>
</head>
<body>
<form name="systemForm" method="post">
<table width="760" border="0" cellspacing="3" cellpadding="0" align="center" class="tab1">
  <tr>
    <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="41%"><img src="Images/xSofalogo.gif" width="263" height="65"></td>
        <td>&nbsp;</td>
        </tr>
      <tr>
        <td height="25" class="back">&nbsp;</td>
        <td align="right" height="25" class="back">帮 助&nbsp;&nbsp;</td>
      </tr>
      <tr>
        <td colspan="2" height="25" class="xiangdao">&nbsp;&nbsp;课程随机策略生成步骤: 输入考题数量及考试时间 → 选择课程 → <b>选择课程百分比</b> → 完成策略</td>
      </tr>
      <tr>
        <td colspan="2" height="10">&nbsp;</td>
      </tr>
      <tr>
        <td colspan="2" align="center">
		<table cellpadding="5" cellspacing="1" class="tab2">
		  <caption>请设置课程的百分比</caption>
          <tr align="left">
            <td>课程名称</td>
            <td>考题数量</td>
            <td>难度</td>
            <td>所占比率</td>
          </tr>
          <tr align="left">
            <td>J2EE</td>
            <td><input name="text3" type="text" readonly></td>
            <td>默认</td>
            <td><select name="select1" onChange="math()">
                <option value="null">请选择</option>
                <option value="ten">%10</option>
                <option value="half">%50</option>
                <option value="all">%100</option>
              </select>
            </td>
          </tr>
          <tr align="left">
            <td>.NET</td>
            <td><input name="text4" type="text" readonly></td>
            <td>默认</td>
            <td>
			<select name="select2" onChange="math2()">
                <option value="null">请选择</option>
                <option value="ten">%10</option>
                <option value="half">%50</option>
                <option value="all">%100</option>
            </select></td>
          </tr>
          <tr>
            <td colspan="4"><hr noshade size="1"></td>
            </tr>
          <tr align="left">
            <td colspan="4">考题比率:</td>
          </tr>
          <tr>
            <td colspan="4"><textarea name="result" class="textarea1" id="result" readonly></textarea></td>
            </tr>
          <tr align="center">
            <td colspan="4"><a href="class4.htm">下一步</a></td>
            </tr>
        </table></td>
        </tr>
      <tr>
        <td height="10" colspan="2" align="right" class="itemFont">&nbsp;</td>
        </tr>
      <tr>
        <td height="25" colspan="2" align="right" class="back">&copy; 2005 清华IT软件实验室&nbsp;&nbsp;</td>
      </tr>
    </table></td>
  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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