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

📄 result.asp

📁 没事做的一个在线考试系统
💻 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)%>&nbsp;<%=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 + -