session_start();
?>
.style1 {color: #FFFFFF;字体大小:12px; };
样式>
头部>
<主体>
< ;表格宽度=“1002”边框=“0”cellspacing=0“cellpadding=0”>
</tr> ;
</table>
#<表宽度=“1002” " border="0" cellpadding="0" cellspacing="0">
<表格宽度= "778" align="center" border="0" cellspacing="0" cellpadding="0">
</tr>
</table></td>
</tr> ;
<td height="377" align="center" valign="top" bgcolor="#FFFFFF">
<?php
switch($online){
case "考生注册":
include("zhuce.php");
break;
case "考生登录":
include("denglu.php");
break;
case "修改密码":
include("xgmm.php");
break;
case "成绩查询":
include("cjcx.php");
break;
case "进入考场":
include("jrkc.php");
break;
case "选择考题":
include("xzkt.php");
break;
case "开始考试":
include("ksks.php");
break;
}
?>
</td>
</tr>
<tr>
<td > <img src="images/bg_7.jpg" width="778" height="24"></td>
</tr>
</table></td>
<td width="113" bgcolor="#CCCCCC"> </td>
</tr>
</table>
<br>
<p> </p>
<map name="Map">
<area shape="rect" coords="360,31,419,51" href="index.php?online=考生注册">
<area shape="rect" coords="448,33,505,51" href="index.php?online=考生登录">
<area shape="rect" coords="534,31,595,49" href="index.php?online=修改密码">
<area shape="rect" coords="621,32,681,51" href="index.php?online=成绩查询">
<area shape="rect" coords="708,32,769,52" href="index.php?online=进入考场">
<area shape="rect" coords="797,32,853,49" href="tcdl.php">
</map>
</body>
</html>
你的online变量没有接收 $_GET