?? result.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> </td>
</tr>
<tr>
<td height="25" class="back"> </td>
<td align="right" height="25" class="back">幫 助 </td>
</tr>
<tr>
<td colspan="2" height="25" class="xiangdao"> 課程隨機策略生成步驟: 輸入考題數量及考試時間 → 選擇課程 → <b>選擇課程百分比</b> → 完成策略</td>
</tr>
<tr>
<td colspan="2" height="10"> </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"> </td>
</tr>
<tr>
<td height="25" colspan="2" align="right" class="back">© 2005 清華IT軟件實驗室 </td>
</tr>
</table></td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -