<%@ Language=vbscript%>
<%
If Request.Form ("Selsub") <> "" Then
' If you choose the subject, enter the test interface
Marray=split (Request.Form ("Selsub"), ",")
' The number of the teacher who saved the test account
Session ("Teachid") =trim (Marray (0))
' Save the Test account name
Session ("SubName") =trim (Marray (1))
' Save the number of questions
Session ("Testnum") =trim (Marray (2))
' Save the test time
Session ("Testtime") =trim (Marray (3))
' Save start time
Session ("StartTime") =now ()
' Enter the test interface
Response.Redirect "Screatefrm1.asp"
End If
%>
<meta name= "generator" content= "Microsoft Visual Studio 6.0" >
<body>
<form action= "stselectsub.asp" method= "Post" id= "Form1" Name= "Form1" >
<p><font face = "" "Size=" 2 "> You have entered the network examination room, must observe the examination rules, pay attention to the exam time </font></p>
<strong><font size=4 color=blueviolet face= Official script >
<%response.write session ("Stname")%>
</FONT></STRONG>
<p align=center>
<table border= "1" cellpadding= "1" cellspacing= "1" width= "75%" >
<tr>
<TD colspan= "3" >
<div align= "center" ><font Color=crimson face= Young Circle
Size=4><strong> Select test Subjects </STRONG></FONT></div>
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.