?? result.asp
字號:
<!--#include file="conn.asp"-->
<!--#include file="Checkuser.asp"-->
<html>
<head>
<title>考試界面——成績</title>
</head>
<body background=images/backimage.gif bgcolor="#FFFFFF">
<table width="75%" border="0" align="center" height="371">
<tr>
<td height="406">
<%
studentname=session("studentname")
score=session("score")
total=session("total")
rate=score/total
width=150*rate
width2=150*(1-rate)
response.write("<center><FONT size=4 color=red face=宋體>"&studentname&"</font>您好!您的考試成績為:"&score&"分,總分為"&total&"分</center><br>")
%>
<center>
<img src="images/bar2.gif" height="10" width="<%=width%>"><img src="images/bar1.gif" height="10" width="<%=width2%>"><%rate=round(100*rate,2)%> <%=rate%>%
</center>
<p align=center><a href="default.asp"><font color=red size=+0 face=楷體>返回登錄界面</font></a></p>
<p align=center><a href="selectsubject.asp"><font color=red size=+0 face=楷體>返回考試界面繼續考試</font></a></p>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -