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

📄 save_shijuan.asp

📁 这是一个用ASP写的在线考试系统.特别一点 就是考试试卷有两种考法,一种为系统自动出卷,另一种是老师出卷考试.前者的实现是参考网上代码.总的来说还是很值得参考的.
💻 ASP
字号:


<!--#include file="conn2.asp"-->

<%
'addId=request("shitid")
'addid=Cint(addid)
'tiid1=request("tiid")
'tiid1=cint(tiid1)
dim i 
checkbox=request("checkboxname")
'response.Write(checkbox)
'response.End()
'checkbox=cint(checkbox)
checkbox=replace(checkbox,",",",")

box=split(checkbox,",")
box_count=ubound(box)

'addname=request.QueryString("addname")
'set rst=server.CreateObject("adobc.recordset")
on error resume next 
for i=0 to box_count
shisql="select*from "&Session("addnamet")&" where id in ("&box(i)&")"  '要改的
set rst=conn.execute(shisql)
'response.Write(rst("id"))
'response.End()
'while not rsT.eof
tryId=rst("id")
tryselectT=rst("try_type")
trycent= rst("try_cent")
trysubject=rst("try_subject")
tryselectQ=rst("try_key")
	tryselA=rst("a")
	tryselB=rst("b")
	tryselC=rst("c")
	tryselD=rst("d")
 
  'tryinfoSql="select * from "&session("bname")&" "'where id='"&tryid&"'"    '"&session("shijuan")&"   
  'set rsT=conn.execute(tryinfoSql)  
  'if tryid==rst("id") then
'if not rsT.eof then
	'Session("sa_help")="对不起,这道试题已经有了!请重增加试题!"
	'response.redirect("try_shijuan_list.asp")
'end if
  
	insertSql="insert into "&session("bname")&" values("&tryid&",'"&tryselectT&"',"&trycent&",'"&trysubject&"','"&tryselA&"','"&tryselB&"','"&tryselC&"','"&tryselD&"','"&tryselectQ&"') "
   'rsT.movenext
  'wend 
    set rsT=conn.execute(insertSql)
	next
	rst.close
	'response.End()
	set rst=nothing
	set conn=nothing 
session("sa_help")="上条记录添加完毕!"
response.Redirect("db_shijuan_list.asp")
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -