德育量化管理系统_班级学生德育积分学分考核评价管理系统_天晓网络

以“德”服人——服务于人民

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
<%            
dim getd
dim splitd
getd=request("test")
if getd<>"" then   
    splitd = split(getd,",")
    response.write(getd)
    for i=0 to ubound(splitd)
    response.write("<br>"&splitd(i))   
next
end if
%>
<form action="">
<input type="checkbox" name="test" value="1">
<input type="checkbox" name="test" value="2">
<input type="checkbox" name="test" value="3">
<input type="checkbox" name="test" value="4">
<input type="submit" value="submit">
</form>
posted on 2007-03-05 09:26  Tmouse  阅读(1999)  评论(2)    收藏  举报