高校网上选课系统(有源码) 1.系统背景分析 ????全校性选修课的目的在于扩大学生知识面,加强学生素质教育,培养复合型高级人才,具有不可替代的重要性。随着教育改革的不断深入和素质教育的加强,完全全学分制的实施,选修课在一个学生的培养计划中占的比重将越来越大。 ????网上选课系统的出现使同学们能够更加自主、便捷、准确的进行选课。但是,现行的选课方式也存在着一些问题。例如,什么课程容易拿学分选什么,别人选什么我选什么,哪一类课程还缺多少学分不清楚,甚至有的为凑学分随便选几门课或者干脆让别人代选,完全不顾自己的兴趣爱好,个人所长,完全不顾自己的专业方向、有无先修课程等,造成了选课的混乱。这种现象在低年级比较突出,在高年级也存在。而且,随着选修课比重的加大,这种情况将越来越严重。 ????这种情况主要是由于学生对自己的专业培养计、可选课程等信息了解得不够造成的。虽然学校也刊发了相关的手册,网上也可以查询,但因为范围太大,科目太多,看或查的人并不多。怎么样才能解决这个问题,使大家能够更合理的进行选课,也使得选修课能更好发挥其作用呢? ???? 本“选课指导系统”就是针对此目的而开发的一种软件。该系统放在学校服务器上,学生在选择选修课前,可以上网进行查询。用户(学生)输入其学号与密码后,系统便调出其所有相关信息,包括已修课程、已修课程的成绩、专业培养计划、全校性可选课程,系统进行综合分析后,得到一些可行的方案,供用户参考,并提出合理建议。 2用户需求分析 鉴于上述分析,我们认为系统应该从同学们切实利益出发,为同学们提供快递,准确的信息查询服务,并提帮助指导功能。 用户需求分为信息需求和功能需求: 2.1信息需求分析 系统能够为用户提供的信息应该包括: 选修课成绩信息:以往各学期所有选修课的成绩,不及格者应特殊标记; 选修课的类别信息:以往各学期所有选修课应归属哪一类(共六大类:自然科学类、文化素质类、跨专业类、计算机类、专业基础类、专业类。不同学院可能有些不同); 已修学分信息:每一类已修的总学分; 还需修学分信息:每一类还需修的总学分; 专业培养计划信息:各专业各学期的教学安排信息; 课程信息:包括课程的学分、学时、机时、先修课、教师、授课内容、类别、开课单位等信息; 选课范围信息:提供下学期每类课可选修的范围,应注意是否与必修课冲突,是否有先修课等细节。 2.2功能需求分析 从功能上讲,系统应该能够为用户提供以下几种功能: ①成绩查询功能:可以让用户方便地查询已修课成绩; ②提供选课范围:考虑到用户可能对专业培养计划不甚了解,对已修课程归类不太了解,系统应该为用户提供每学期的选课范围; ③建议功能:提供选课方案建议,供用户参考; ④保密功能:为用户保密个人信息,并提供密码修改功能。 另外从系统的性能上考虑,查询应该快速、便捷,数据要及时更新。考虑到多用户同时操作,系统应具备用户浏览自动排队功能,避免系统因拥挤而崩溃。 2.3系统目标分析 鉴于现在学生在选课时存在不少误区,以及由此产生的选课混乱。本系统是面向广大学生的查询系统分析的系统,它应该达到以下几个基本目标: ①为学生选课提供辅助决策依据(即建议和指导),帮助学生正确地进行选课; ②为选课提供其他相关信息; 3.系统设计 3.1 功能设计 为用户提供选修课成绩的查询服务; 为用户提供下学期的选修课的选择范围,避免学生误选; 为用户提供按课程性质分类的已修课程的学分总数及还需修学分数,使学生在选修下学期课程时作到心中有数。 根据用户兴趣爱好提供多种选课方案,供用户参考; 为用户保密信息,并提供密码修改功能; 为用户提供选修课程的详细信息; 3.2 数据库设计 3.2.1数据库组成 本系统数据包括四部分: 学生成绩信息数据库:在这个数据库中,记录了学生从入学开始的所有选修课的成绩。数据库结构为 表Score98(98级学生课程成绩) 字段名称 数据类型 字段大小 索引 说明  ID 自动编号 长整型 有 记录序号  fStrStudentID 文本 8 无 学 号  fStrLessonName 文本 50 无 课程名称  fIntScore 数字 整型 无 课程成绩  fIntLessonID 数字 整型 无 课程编号  ? ? ? ? ? ? 表LessonInfo(课程信息) 字段名称 数据类型 字段大小 索引 说明  fIntLessonID 自动编号 长整型 有 课程编号  fStrLessonName 文本 50 无 课程名称  fIntCredit 数字 单精度型 无 课程学分  fStrTeacher 文本 26 无 任课老师  fStrLessonInfo 备注 &#0;&#0; &#0;&#0; 课程简介  fStrForelesson 文本 100 无 先修课程  fIntPeriod 数字 整型 无 总学时  fIntClassPeriod 数字 整型 无 课内学时  fStrObject 文本 30 无 授课对象  fStrUnit 文本 30 无 开课学院  fStrReferenceBook 文本 80 无 参考书目  fIntSort 数字 数字 无 课程类型  ? ? ?? 2.专业培养计划信息数据库 在这个数据库中,记录了各专业的培养计划,即每学期的选课范围,数据库结构为: 表Plan98(98级选修课程) 字段名称 数据类型 字段大小 索引 说明  fIntLessonID 数字 整型 有 课程编号  fStrLessonName 文本 50 无 课程名称  fIntSort 数字 整型 无 课程类型  fIntno 数字 长整型 无 课程号  fIntCredit 数字 双精度型 无 课程学分  fIntSemester 数字 整型 无 课程所在学期  fStrForeLesson 文本 50 无 先修课程  fIntPlan 数字 整型 无 是否在培养计划  ? ? ? ? ? ? ? ? ? ③全校性选修课程信息数据库 在这个数据库中,记录了全校性任选课的信息,数据结构为: 表Plan(各年级选修课学分要求) 字段名称 数据类型 字段大小 索引 说明  fStrGrade 文本 2 无 年级  fIntNature 数字 整型 无 自然科学类  fIntCulture 数字 整型 无 文化素质类  fIntEconomic 数字 整型 无 跨专业经济类  fIntComputer 数字 整型 无 计算机类  fIntProfessionalBase 数字 整型 无 专业基础课  fIntProfessional 数字 整型 无 专业课  ? ? ? 4学生个人信息数据库: 用以记录学生的姓名、学号、学院等个人信息。数据库结构为: 表Student98(98级学生信息) 字段名称 数据类型 字段大小 索引 说明  ID 自动编号 长整型 有 记录序号  fStrStudentName 文本 10 无 学生姓名  fStrStudentID 文本 8 无 学生学号  fStrGrade 文本 2 无 学生年级  fIntClass 数字 整型 无 学生班级  fStrDepartment 文本 30 无 所在学院  fStrPassword 文本 8 无 学生密码  ? ? ? ? ? ? ? ? ? 3.2.2数据流程图   ? ? ? ? ? ? ? ?3.3程序设计 3.3.1模块化设计 本系统按功能分为六大模块: 3.3.1.1模块流程图     ? ? ? ? ? ? ? 3.3.1.2模块功能说明 ⑴成绩查询模块 根据用户输入的学号信息、从学生成绩数据库中搜索出已经选修的课程的成绩,找类别,显示给用户,并注明是否为培养计划内选修课程。同时列出各类选修课共需修的学分、已经修的学分和还需修的学分; ⑵选课范围查询模块 根据用户的已经选修课程的成绩和其专业培养计划,确定出用户每类选修课、下学期可选修的范围; ⑶选课建议模块 根据用户成绩、专业培养计划、兴趣爱好,提供多种可供选择的选课方案供用户参考; ⑷课程信息模块 提供信息简介,如学分、学时、教师、课程内容、先修课程等; ⑸其他功能模块 包括修改密码,查看专业培养计划,进入选课系统等。 3.4输入输出设计 3.4.1输入 输入信息应该以简单为准则。本系统一般仅需用户输入学号与密码,第一次登录时,应输入个人兴趣爱好等。 3.4.2输出 输出的基本要求是直观、表达清楚。本系统采用了表格输出的方式。并加了一些跳转的功能,帮助用户准确获取信息。 输出应该考虑用户需要。本系统加入了许多快捷链接,是用户根据自己的需要跳过某些步骤。 3.5用户界面设计 本着界面友好、醒目、简洁、大方的原则,本系统作到了以下几点: 无背景图案:可提高速度,使界面简洁; 输出信息采用有边表格形式; 输入信息采用间隔底色的无边表格形式; 文字输出信息:采用3号字,其他采用2号字。 4.系统使用说明 ????⑴进入系统以后,看到主界面,在“输入学号”“和输入密码”输入框中输入你的学号和密码,默认密码为“6666”,建议在登录前通过左边“修改密码”项修改你的密码,以便对你的个人信息进行保密; ????⑵点击“登录”按钮,系统将分类显示你的以往选修课的成绩和已经修的学分和还应该修的学分; ????⑶点击下方的“下一步>>查看选课范围”,系统将分类显示你以后可以选修的课程的范围以及课程的部分信息; ????⑷点击每门课程后面的“详细信息”,你可以浏览到课程的详细信息,为你选课提供参考依据; ????⑸点击界面左边的“重新登录”可以重新登录该系统; ????⑹点击“我要选课”可以连接到学校的“学生选课系统”; ????⑺点击“培养计划”可以查看你所在专业的培养计划; ????⑻点击“我要留言”可以写下你对该系统的意见和建议,以及你对的选课的体会; 5.总结 ????本系统用ASP开发,数据库系统是Microsoft office97的Access。到目前为止,系统的主要功能如成绩分类查询、选课范围查询、课程信息查询等已经基本实现。而对于建议功能由于算法复杂以及缺少依据还待于进一步完善。 ????总之,用ASP开发这样一种辅助决策系统是完全可行的,实际运用证明本系统能够为用户选课带来方便,做到有的放矢,从而避免了盲目性。 附录 6.1参考文献 ①《用ASP轻松开发Web网站》刘 杰等 北京希望电子出版社 2000.9 ②《ASP网页制作教程》王国荣 人民邮电出版社 2000.6 ③《北方交通大学教学一览》(内部专用)教务处 1998.10 ④《全校性选修课指导手册》(内部专用)教务处 2001.6 6.2源码 文件名称 index.asp 文件大小 10KB  文件说明 首页  <html> <head> <title>辅助决策</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <script language="JavaScript"> <!-- function check(thisform) { if(thisform.id.value=="") { alert("请输入你的学号!"); thisform.id.focus(); return(false); } if(thisform.password.value=="") { alert("请输入密码!"); thisform.password.focus(); return(false); } if(thisform.id.value.length!=8) { alert("学号位数不对,请重新输入"); thisform.id.focus(); return(false); } if(thisform.password.value.length>10) { alert("密码位数太长!"); thisform.password.focus(); return(false); } } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v3.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <style> .input { BACKGROUND-COLOR: white; BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 9pt } </style> </head> <body bgcolor="#FFFFFF" onLoad="MM_preloadImages('pic/rig2.png','pic/sel2.png','pic/word2.png','pic/modi2.gif','pic/myplan2.gif','pic/dm2.gif','pic/doc2.gif','pic/blank.gif','pic/word2.gif','pic/exit2.gif','pic/sel2.gif')"> <table width="90%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td height="67" width="27%" valign="bottom"> <div align="center"><img src="pic/Book.gif" width="119" height="81"></div> </td> <td height="67" width="73%" valign="bottom"><img src="pic/top.gif" width="580" height="68"></td> </tr> </table> <div align="center"> <table width="700" border="0" cellspacing="1" cellpadding="1" height="314"> <tr> <td width="114" bgcolor="#FF9900" valign="top" height="315"> <table width="100%" border="0" cellspacing="1" cellpadding="1" background="pic/3800.bmp" height="315"> <tr bgcolor="#FFFFFF"> <td height="31"> <div align="center"><font color="#000000" size="2"> <a href="index.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','pic/rig2.gif',1)"><img name="Image3" border="0" src="pic/rig.gif" width="114" height="30"></a></font></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="32"> <div align="center"><a style='cursor:hand' onClick=window.open('modifykey/modifykey.asp','basket','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=1,resizable=0,width=365,top=180,left=220,height=235') onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image8','','pic/modi2.gif',1)"><img name="Image8" border="0" src="pic/modi.gif" width="114" height="30" ></a></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="30"> <div align="center"><a style='cursor:hand' onClick=window.open('plan.asp','basket','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=1,resizable=0,width=700,top=60,left=50,height=450') onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','pic/myplan2.gif',1)"><img name="Image9" border="0" src="pic/myplan.gif" width="114" height="30"></a></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="30"> <div align="center"><a href="http://202.112.149.200" target="_blank" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','pic/sel2.gif',1)"><img name="Image6" border="0" src="pic/sel.gif" width="114" height="30"></a></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="30"> <div align="center"> <a style='cursor:hand' onClick=window.open('word.asp','basket','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=1,resizable=0,width=590,top=80,left=110,height=340') onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','pic/word2.gif',1)"><img name="Image7" border="0" src="pic/word1.gif" width="114" height="30"></a></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="30"> <div align="center"><a style='cursor:hand' onClick=window.open('dm/dm.asp','basket','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=1,resizable=0,width=700,top=60,left=50,height=455') onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','pic/dm2.gif',1)"><img name="Image10" border="0" src="pic/dm.gif" width="114" height="30"></a></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="30"> <div align="center"><a style='cursor:hand' onClick=window.open('Document/document2.asp','basket','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=1,resizable=0,width=700,top=60,left=50,height=455') onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11','','pic/doc2.gif',1)"><img name="Image11" border="0" src="pic/doc.gif" width="114" height="30"></a></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="30"> <div align="center"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','pic/blank.gif',1)"><img name="Image12" border="0" src="pic/blank.gif" width="114" height="30"></a></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="30"> <div align="center"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','pic/blank.gif',1)"><img name="Image13" border="0" src="pic/blank.gif" width="114" height="30"></a></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="35"> <div align="center"><a onClick="javascript:window.close();" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image14','','pic/exit2.gif',1)"><img name="Image14" border="0" src="pic/exit.gif" width="114" height="30"></a></div> </td> </tr> </table> </td> <td width="577" valign="top" height="315" background="pic/bg.jpg"> <table width="80%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td colspan="2" height="50">&nbsp;</td> </tr> <tr> <td width="34%" height="28">&nbsp;</td> <td width="66%" height="28">&nbsp;</td> </tr> <%'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'%> <form name="form1" method="post" action="index2.asp" onSubmit="return check(this)"> <tr> <td width="34%" height="38"> <div align="right"><font face="隶书" color="#FF33FF" size="4"><img src="pic/Smiley.gif" width="15" height="15"><font color="#FF3333">输入学号</font></font><font face="隶书">:</font></div> </td> <td width="66%" height="38"> <input type="text" class=input name="id" size="24" maxlength="24" value="98531033"> </td> </tr> <tr> <td width="34%">&nbsp;</td> <td width="66%">&nbsp;</td> </tr> <tr> <td width="34%"> <div align="right"><font face="隶书" color="#FF33FF" size="4"><img src="pic/Smiley.gif" width="15" height="15"></font><font face="隶书" color="#FF6666" size="4">输入密码</font><font face="隶书">:</font></div> </td> <td width="66%"> <input type="password" class=input name="password" size="24" maxlength="24"> <font size="2" color="#FF0000">默认为&quot;6666&quot; </font></td> </tr> <tr> <td width="34%">&nbsp;</td> <td width="66%">&nbsp;</td> </tr> <tr> <td width="34%">&nbsp;</td> <td width="66%"> &nbsp;&nbsp;&nbsp; <input type="submit" name="Submit" value=" 登 录 "> </td> </tr> </form> <tr> <td width="34%">&nbsp;</td> <td width="66%">&nbsp; </td> </tr> <tr> <td width="34%">&nbsp;</td> <td width="66%">&nbsp;</td> </tr> <tr> <td width="34%">&nbsp;</td> <td width="66%">&nbsp;</td> </tr> </table> <div align="center"></div> </td> </tr> </table> <table width="700" border="0" cellspacing="0" cellpadding="0" height="15"> <tr bgcolor="#ccccff"> <td height="10"> <div align="left"> </div> </td> </tr> </table> </div> </body> </html> 文件名称 index2.asp 文件大小 11KB  文件说明 当输入错误时的首页  <!--#include file="opendbf.asp"--> <html> <head> <title>辅助决策</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <script language="JavaScript"> <!-- function check(thisform) { if(thisform.id.value=="") { alert("请输入你的学号!"); thisform.id.focus(); return(false); } if(thisform.password.value=="") { alert("请输入密码!"); thisform.password.focus(); return(false); } if(thisform.id.value.length!=8) { alert("学号位数不对,请重新输入"); thisform.id.focus(); return(false); } if(thisform.password.value.length>10) { alert("密码位数太长!"); thisform.password.focus(); return(false); } } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v3.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <style> .input { BACKGROUND-COLOR: white; BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 9pt } </style> </head> <body bgcolor="#FFFFFF" onLoad="MM_preloadImages('pic/rig2.png','pic/sel2.png','pic/word2.png','pic/modi2.gif','pic/myplan2.gif','pic/dm2.gif','pic/doc2.gif','pic/blank.gif')"> <table width="90%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td height="67" width="27%" valign="bottom"> <div align="center"><img src="pic/Book.gif" width="119" height="81"></div> </td> <td height="67" width="73%" valign="bottom"><img src="pic/top.gif" width="580" height="68"></td> </tr> </table> <div align="center"> <table width="700" border="0" cellspacing="1" cellpadding="1" height="314"> <tr> <td width="114" bgcolor="#FF9900" valign="top" height="315"> <table width="100%" border="0" cellspacing="1" cellpadding="1" background="pic/3800.bmp" height="315"> <tr bgcolor="#FFFFFF"> <td height="31"> <div align="center"><font color="#000000" size="2"> <a href="index.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','pic/rig2.gif',1)"><img name="Image3" border="0" src="pic/rig.gif" width="114" height="30"></a></font></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="32"> <div align="center"><a style='cursor:hand' onClick=window.open('modifykey/modifykey.asp','basket','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=1,resizable=0,width=365,top=180,left=220,height=235') onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image8','','pic/modi2.gif',1)"><img name="Image8" border="0" src="pic/modi.gif" width="114" height="30" ></a></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="30"> <div align="center"><a style='cursor:hand' onClick=window.open('plan/plan.asp','basket','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=1,resizable=0,width=700,top=60,left=50,height=450') onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','pic/myplan2.gif',1)"><img name="Image9" border="0" src="pic/myplan.gif" width="114" height="30"></a></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="30"> <div align="center"><a href="202.112.149.200" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','pic/sel2.gif',1)"><img name="Image6" border="0" src="pic/sel.gif" width="114" height="30"></a></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="30"> <div align="center"><a href="word.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','pic/word2.gif',1)"><img name="Image7" border="0" src="pic/word1.gif" width="114" height="30"></a></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="30"> <div align="center"><a href="dm/dm.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','pic/dm2.gif',1)"><img name="Image10" border="0" src="pic/dm.gif" width="114" height="30"></a></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="30"> <div align="center"><a href="Document/document.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11','','pic/doc2.gif',1)"><img name="Image11" border="0" src="pic/doc.gif" width="114" height="30"></a></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="30"> <div align="center"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','pic/blank.gif',1)"><img name="Image12" border="0" src="pic/blank.gif" width="114" height="30"></a></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="30"> <div align="center"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','pic/blank.gif',1)"><img name="Image13" border="0" src="pic/blank.gif" width="114" height="30"></a></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td height="35"> <div align="center"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image14','','pic/blank.gif',1)"><img name="Image14" border="0" src="pic/blank.gif" width="114" height="30"></a></div> </td> </tr> </table> </td> <td width="577" valign="top" height="315" background="pic/bg.jpg"> <div align="center"> <p><%'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% id=request("id") password=request("password") Set rs = conn.Execute("select * from Student98 where fStrStudentID='"& id &"' and fStrPassword='" & password &"'") if rs.eof=true then %></p> <table width="80%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td colspan="2" height="31"> <% response.write("<center><font size=2 color=red>") response.write("学号或密码错误,请重新输入!") response.write("</font></center>") %> </td> </tr> <tr> <td width="34%" height="28">&nbsp;</td> <td width="66%" height="28">&nbsp;</td> </tr> <%'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'%> <form name="form1" method="post" action="index2.asp" onSubmit="return check(this)"> <tr> <td width="34%" height="38"> <div align="right"><font face="隶书" color="#FF33FF" size="4"><img src="pic/Smiley.gif" width="15" height="15"></font><font face="隶书" color="#FF3333" size="4">输入学号</font><font face="隶书">:</font></div> </td> <td width="66%" height="38"> <input type="text" class=input name="id" size="24" maxlength="24" value="98531033"> </td> </tr> <tr> <td width="34%">&nbsp;</td> <td width="66%">&nbsp;</td> </tr> <tr> <td width="34%"> <div align="right"><font face="隶书" color="#FF33FF" size="4"><img src="pic/Smiley.gif" width="15" height="15"></font><font face="隶书" color="#FF3333" size="4">输入密码</font><font face="隶书">:</font></div> </td> <td width="66%"> <input type="password" class=input name="password" size="24" maxlength="24"> <font size="2" color="#FF0000">默认为&quot;6666&quot; </font></td> </tr> <tr> <td width="34%" height="10">&nbsp;</td> <td width="66%" height="10">&nbsp;</td> </tr> <tr> <td width="34%">&nbsp;</td> <td width="66%"> <input type="submit" name="Submit" value=" 登 录 "> </td> </tr> </form> <tr> <td width="34%">&nbsp;</td> <td width="66%">&nbsp; </td> </tr> <tr> <td width="34%">&nbsp;</td> <td width="66%">&nbsp;</td> </tr> <tr> <td width="34%">&nbsp;</td> <td width="66%">&nbsp;</td> </tr> </table> <% end if if rs.eof=false then %> <!--个人信息确认--> <table width="90%" border="0" cellspacing="0" cellpadding="0" height="10" vspace="0" hspace="0" align="center"> <tr> <td height="3%"> <div align="center"><font size="3" color="black">你好, <% response.write("<font size=3>交通运输</font>") %>学院 <%=rs("fStrDepartment")%>系 <%grade=rs("fStrGrade") response.write grade%>-<%=rs("fIntClass")%>班的</font><font size="3" color="red"><%=rs("fStrStudentName")%>!</font></div> </td> </tr> </table> <!--显示学生成绩单--> <center> <div id="aaa"> <iframe name="frame1" width=580 height=300 src="chengji.asp?grade=<%=grade%>&id=<%=id%>"> </iframe> </div> <table width="520" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> </tr> </table> <%end if%> </center> </div> </td> </tr> </table> <table width="700" border="0" cellspacing="0" cellpadding="0" height="15"> <tr bgcolor="#ccccff"> <td height="10"> <div align="left"> </div> </td> </tr> </table> </div> </body> </html> 文件名称 chengji.asp 文件大小 7KB  文件说明 分类显示已修成绩  <!--#include file="opendbf.asp"--> <%'grade=cint(request("grade")) grade=request("grade") id=request("id") sql="select score98.fIntScore," '0 sql=sql & "plan98.fStrLessonName," '1 sql=sql & "plan98.fIntCredit," '2 sql=sql & "plan98.fIntSort," '3 sql=sql & "plan98.fIntPlan," '4 sql=sql & "plan98.fIntLessonID " '5 sql=sql & "from score98,plan98 where score98.fStrStudentID='"& id &"' and score98.fIntLessonID=plan98.fIntLessonID" 'response.write sql 'rs.open sql Set rs = conn.Execute(sql) sql="select * from plan where fStrGrade='"& grade &"'" 'rs1.open sql,,3 Set rs1 = conn.Execute(sql) %> <%mystr=cstr(rs(5)) rs.movenext while not rs.eof if rs(0)>=60 then mystr=mystr+"/"+cstr(rs(5)) end if rs.movenext wend%> <center> <font size="2" color="#FF99FF">以往各学期你的选修课成绩如下</font><font size="2" color="#FF66FF">:</font> </center> <% redim CreditTotle(5) redim b(5) for i=1 to 6 if rs.eof<>rs.bof then rs.movefirst end if CreditTotle(i-1)=0 '总学分数组附初值 while not rs.eof if rs(3)=i and rs(0)>=60 and rs(4)=1 then CreditTotle(i-1)=CreditTotle(i-1)+rs(2) '已修的总学分,rs(2)代表学分 end if rs.movenext() wend b(i-1)=rs1(i)-CreditTotle(i-1) '还差的学分 %> <center> <table width="520" border="0" cellspacing="0" cellpadding="0" height="118"> <tr> <td><font size="2"><% select case i case 1 response.write"自然科学类" case 2 response.write"文化素质类" case 3 response.write"跨专业类" case 4 response.write"计算机技术类" case 5 response.write"专业基础选修课" case 6 response.write"专业选修课" end select%>:(共需修<font color="#ff0055"><%=rs1(i)%></font>学分,已修<font color="#ff0055"><%=CreditTotle(i-1)%></font>学分,还差 <font color="#ff0055"> <%if b(i-1)<0 then response.write 0 else response.write b(i-1) end if %></font>学分。)</font></td> </tr> <tr> <td height="115"> <table width="520" border="1" cellspacing="0" cellpadding="0"> <tr bgcolor="#CCFFCC"> <td> <div align="center"><font size="2">课程名称</font></div> </td> <td> <div align="center"><font size="2">学分</font></div> </td> <td> <div align="center"><font size="2">成绩</font></div> </td> <td> <div align="center"><font size="2">备注</font></div> </td> </tr> <% if rs.eof<>rs.bof then rs.movefirst() end if while not rs.eof if rs(3)=i then '类别 %> <%if rs(4)=1 and rs(0)>=60 then%> <tr> <td width="240" height="17"> <div align="center"><font size="2"><%=rs(1)%></font></div> </td> <td width="50" height="17"> <div align="center"><font size="2"><%=rs(2)%></font></div> </td> <td width="50" height="17"> <div align="center"><font size="2"><%=rs(0)%></font></div> </td> <td height="17"> <div align="center"><font size="2"><a href="out.asp">培养计划内</a></font></div> </td> </tr> <% end if if rs(4)=1 and rs(0)<60 then %> <tr> <td width="250"> <div align="center"><font color="red" size="2"><%=rs(1)%></font></div> </td> <td width="50"> <div align="center"><font color="red" size="2"><%=rs(2)%></font></div> </td> <td width="50"> <div align="center"><font color="red" size="2"><%=rs(0)%></font></div> </td> <td> <div align="center"><font color=red><font size="2"><a href="out.asp">培养计划内</a>、不及格</font></font></div> </td> </tr> <%end if if rs(4)=0 and rs(0)>=60 then %> <tr> <td width="240"> <div align="center"><font color="green" size="2"><%=rs(1)%></font></div> </td> <td width="50"> <div align="center"><font color="green" size="2"><%=rs(2)%></font></div> </td> <td width="50"> <div align="center"><font color="green" size="2"><%=rs(0)%></font></div> </td> <td> <div align="center"><font color=green><font size="2"><a href="out.asp">培养计划外</a></font></font></div> </td> </tr> <%end if if rs(4)=0 and rs(0)<60 then%> <tr> <td width="240"> <div align="center"><font color="red" size="2"><%=rs(1)%></font></div> </td> <td width="50"> <div align="center"><font color="red" size="2"><%=rs(2)%></font></div> </td> <td width="50"> <div align="center"><font color="red" size="2"><%=rs(0)%></font></div> </td> <td> <div align="center"><font color=red><font color="red" size="2"><a href="out.asp">培养计划外</a>、不及格</font></font></div> </td> </tr> </table> </td> </tr> <% end if end if rs.movenext wend %> </table> </center> <% next %> <center><a href="arange2.asp?id=<%=id%>&grade=<%=grade%>">下一步>>查看选课范围</a></center>l> 文件名称 arange2.asp 文件大小 6KB  文件说明 分类显示可选课程  <!--#include file="opendbf.asp"--> <%'''''从成绩表中选出学生已经选修的课程的信息'''''' id=request("id") grade=request("grade") sql="select * from score98 where fStrStudentID='"& id & "'" 'rs.open sql,,3 Set rs = conn.Execute(sql) mystr="fIntLessonID<>"& rs(4) rs.movenext while not rs.eof if rs(3)>=60 then mystr=mystr&" and fIntLessonID<>"&rs(4) end if rs.movenext wend rs.close sql="select * from plan98 where "& mystr 'response.write sql 'rs.open sql,,3 Set rs = conn.Execute(sql) %> <% sql1="select * from plan where fStrGrade='"& grade &"'" 'response.write sql1 'rs1.open sql1,,3 Set rs1 = conn.Execute(sql1) %> <%response.buffer=true%> <center> <font size="2" color="#FF99FF">下面列出了你可以选修的课程</font> </center> <% for i=1 to 6 select case i case 1 a=2 case 2 a=2 case 3 a=2 case 4 a=2 case 5 a=2 case 6 a=2 end select b=rs1(i+1)-a '还差的学分 %> <center> <response.buffer=true> <table width="535" border="0" cellspacing="0" cellpadding="0" align="center"> <tr valign="bottom"> <td height="30"><font size=2> <%select case i case 1 response.write"自然科学类" case 2 response.write"文化素质类" case 3 response.write"跨专业类" case 4 response.write"计算机技术类" case 5 response.write"专业基础选修课" case 6 response.write"专业选修课" end select%></font>:<font color="#ff0055"><%'=a%></font><font color="#ff0055"> <%if b<0 then 'response.write 0 else 'response.write b end if %></font></td> </tr> <tr> <td> </center> <center> <table border="1" cellpadding="1" cellspacing="1" bordercolor="#FF9900" width="100%"> <tr bgcolor="#F4B7E2"> <td width="182"> <div align="center"><font size="2">课程名称</font></div> </td> <td width="41"> <div align="center"><font size="2">学分</font></div> </td> <td width="136"> <div align="center"><font size="2">先修课程</font></div> </td> <td width="91"> <div align="center"><font size="2">备注</font></div> </td> <td width="77"> <div align="center"><font size="2">&nbsp;</font></div> </td> </tr> <% if rs.eof<>rs.bof then rs.movefirst() end if while not rs.eof if rs(2)=i then LessonID=rs("fIntLessonID") 'id为课程的代码,为详细信息提供基础 if rs("fIntPlan")=1 then '1代表培养计划内,0代表计划外 %> <tr> <td width="182"> <center> <font size="2"><%response.write rs("fStrLessonName") '课程名称%> </font> </center> </td> <td width="41"> <center> <font size="2"><%response.write rs("fIntCredit") '课程学分%> </font> </center> </td> <td width="136"> <center> <font size="2"><%if rs("fStrForeLesson")="0" then '无先修课程 response.write "无" else response.write rs("fStrForeLesson") end if%> </font> </center> </td> <td width="91"> <center> &nbsp; </center> </td> <td width="77"> <center> <font size="2"> <a style='cursor:hand' onClick=window.open('xxxx.asp?LessonID=<%=LessonID%>','basket','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=1,resizable=0,width=500,top=50,left=150,height=410')>详细信息>></a></font> </center> </td> </tr> <%end if%> <%if rs("fIntPlan")=0 then%> <tr> <td width="182"><font color=green> <center> <font size="2"><%=rs("fStrLessonName")%> </font> </center> </font></td> <td width="41"><font color=green> <center> <font size="2"><%=rs(4)%> </font> </center> </font> </td> <td width="136"><font color=green> <center> <font size="2"><% if rs("fStrForeLesson")="0" then '无先修课程 response.write "无" else response.write rs("fStrForeLesson") '有先修课程 end if %> </font> </center> </font> </td> <td width="91"><font color=green> <center> <font size="2"><a href="out.asp">培养计划外</a></font> </center> </font></td> <td width="77"><font color=green> <center> <font size="2"> <a style='cursor:hand' onClick=window.open('xxxx.asp?LessonID=<%=LessonID%>','basket','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=1,resizable=0,width=400,top=80,left=200,height=350')>详细信息>></a></font> </center> </font></td> </tr> <%end if response.flush end if rs.movenext() wend %> </table> <%next%> </td> </tr> </table> </center> 文件名称 modifykey.asp 文件大小 6KB  文件说明 修改密码界面  <html> <head> <title>修改密码</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <script language="JavaScript"> <!-- function check(thisform) { if(thisform.id.value=="") { alert("请输入学号!"); thisform.id.focus(); return(false); } if(thisform.password.value=="") { alert("请输入旧密码!"); thisform.password.focus(); return(false); } if(thisform.newpassword.value=="") { alert("请输入新密码!"); thisform.newpassword.focus(); return(false); } if(thisform.newpassword2.value=="") { alert("请再次输入新密码!"); thisform.newpassword2.focus(); return(false); } if(thisform.id.value.length!=8) { alert("学号位数不对!"); thisform.id.focus(); return(false); } if(thisform.password.value.length>10) { alert("旧密码位数不对!"); thisform.password.focus(); return(false); } if(thisform.newpassword.value.length>10) { alert("新密码位数太长!"); thisform.newpassword.focus(); return(false); } if(thisform.newpassword.value!=thisform.newpassword2.value) { alert("两个新密码不一致!"); thisform.newpassword.focus(); return(false); } } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v3.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <style> .input { BACKGROUND-COLOR: white; BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 9pt } </style> </head> <body bgcolor="#FFFFFF"> <form name="form1" method="post" action="modifykey2.asp" onSubmit="return check(this)"> <div align="center"> <table width="100" border="1" cellspacing="0" cellpadding="0" bordercolor="#FF9900"> <tr> <td> <table width="320" border="0" align="center" height="190" cellpadding="0" cellspacing="0"> <tr bgcolor="#FFccff"> <td colspan="2" height="30"> <div align="center"><font size="5" face="隶书" color="#003333">修改密码</font></div> </td> </tr> <tr bgcolor="#ddffff"> <td width="91"> <div align="right"><font face="华文隶书">输入学号:</font></div> </td> <td width="219"> <input type="text" name="id" class=input maxlength="8" value="98531033"> </td> </tr> <tr bgcolor="#FFeeFF"> <td width="91"> <div align="right"><font face="华文隶书">输入旧密码:</font></div> </td> <td width="219"> <input type="password" name="password" class=input maxlength="10"> </td> </tr> <tr bgcolor="#ddFFFF"> <td width="91"> <div align="right"><font face="华文隶书">输入新密码:</font></div> </td> <td width="219"> <input type="password" name="newpassword" class=input maxlength="10"> <font size="2" color="#FF3333">注:十位以内</font><font size="2" color="#FF66FF"> </font></td> </tr> <tr bgcolor="#FFeeFF"> <td width="91"> <div align="right"><font face="华文隶书">确认新密码:</font></div> </td> <td width="219"> <input type="password" name="newpassword2" class=input maxlength="10"> </td> </tr> <tr bgcolor="#ddFfff"> <td colspan="2"> <div align="right"></div> <div align="center"> <input type="submit" name="Submit" value=" 确定 "> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type=button name="Submit2" value=" 取消 "onClick='javascript:window.close();'> </div> </td> </tr> </table> </td> </tr> </table> </div> </form> </body> </html> 文件名称 modifykey2.asp 文件大小 2KB  文件说明 修改密码程序  <!--#include file="../func/Adovbs.inc"--> <% Set conn = Server.CreateObject("ADODB.Connection") DBPath = Server.MapPath("../../author.mdb") conn.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & DBPath Set rs = Server.CreateObject("ADODB.Recordset")%> <%StudentID=request("id") password=request("password") newpassword=request("newpassword") newpassword2=request("newpassword2") sql="select * from student98 where fStrStudentID='"& StudentID &"' and fStrPassword='"& password &"'" rs.Open sql,conn, adOpenDynamic, adLockPessimistic if rs.eof then response.write"<br><br><br>" response.write"<center><font color='red'>学号或密码错误!请返回重新填写。</font></center>" response.write"<center><form><input type=button value=' 返回 ' onclick='history.back();'></form></center>" response.end end if rs.movefirst rs("fStrPassword")=newpassword rs.update response.write "<br><br><br>" response.write "<center><font color='red'>密码修改成功!</font></center>" response.write"<center><form><input type=button value='关闭窗口' onclick='javascript:window.close();'></form></center>" %> 文件名称 opendbf.asp 文件大小 327B  文件说明 打开数据库  <% Set conn = Server.Createobject("ADODB.connection") conn.Open "driver={Microsoft Access Driver (*.mdb)};dbq="&Server.MapPath("../author.mdb") Set rs = Server.CreateObject("ADODB.Recordset") Set rs1 = Server.CreateObject("ADODB.Recordset") 'rs.Open "TableName", conn, adOpenDynamic, adLockPessimistic %> 文件名称 xxxx.asp 文件大小 5KB  文件说明 显示课程详细信息  <!--#include file="opendbf.asp"--> <%response.buffer=true%> <html> <head> <title>详细信息</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <%LessonID=request("LessonID") sql="select * from LessonInfo where fIntLessonID="& LessonID 'rs.open sql,,3 Set rs = conn.Execute(sql) %> <body bgcolor="#FFFFFF"> <center> <font size="5" face="隶书" color="#3333FF">课程详细信息</font> </center> <table width="463" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FF9900"> <tr bgcolor="#FFFFFF"> <td width="18%" height="23" bgcolor="#FFFFFF"> <div align="center"><font face="华文隶书">课程名称</font></div> </td> <td height="23" colspan="3">&nbsp;<%=rs("fStrLessonName")%></td> </tr> <%response.flush%> <tr bgcolor="#EFEFFE"> <td width="18%" height="23" bgcolor="#FFFFFF"> <div align="center"><font face="华文隶书">课程号</font></div> </td> <td width="34%" height="23" bgcolor="#FFFFFF">&nbsp;</td> <td width="20%" height="23" bgcolor="#FFFFFF"> <div align="center"><font face="华文隶书">学分</font></div> </td> <td width="28%" height="23" bgcolor="#FFFFFF"><%=rs("fIntCredit")%></td> </tr> <tr bgcolor="#FFFFFF"> <td width="18%" height="24" bgcolor="#FFFFFF"> <div align="center"><font face="华文隶书">学时</font></div> </td> <td height="24" width="34%"><%=rs("fIntPeriod")%>&nbsp;</td> <td height="24" width="20%" bgcolor="#FFFFFF"> <div align="center"><font face="华文隶书">讲课学时</font></div> </td> <td height="24" width="28%"><%=rs("fIntClassPeriod")%></td> </tr> <tr bgcolor="#EFEFFE"> <td width="18%" height="24" bgcolor="#FFFFFF"> <div align="center"><font face="华文隶书">选课对象</font></div> </td> <td height="24" colspan="3" bgcolor="#FFFFFF">&nbsp;<%=rs("fStrObject")%></td> </tr> <%response.flush%> <tr bgcolor="#FFFFFF"> <td width="18%" height="25" bgcolor="#FFFFFF"> <div align="center"><font face="华文隶书">开课单位</font></div> </td> <td height="25" colspan="3">&nbsp;<%=rs("fStrUnit")%></td> </tr> <tr bgcolor="#EFEFFE"> <td width="18%" height="25" bgcolor="#FFFFFF"> <div align="center"><font face="华文隶书">先修课程</font></div> </td> <td height="25" colspan="3" bgcolor="#FFFFFF">&nbsp;<%=rs("fStrForelesson")%></td> </tr> <tr bgcolor="#FFFFFF"> <td width="18%" height="81" bgcolor="#FFFFFF"> <div align="center"><font face="华文隶书">课程简介</font></div> </td> <td height="81" valign="top" colspan="3">&nbsp;<%=rs("fStrLessonInfo")%></td> </tr> <tr bgcolor="#EFEFFE"> <td width="18%" height="22" bgcolor="#FFFFFF"> <div align="center"><font face="华文隶书">参考教材</font></div> </td> <td height="22" colspan="3" bgcolor="#FFFFFF">&nbsp;<%=rs("fStrReferenceBook")%></td> </tr> <tr bgcolor="#FFFFFF"> <td width="18%" height="22" bgcolor="#FFFFFF"> <div align="center"><font face="华文隶书">授课教师</font></div> </td> <td height="22" width="34%">&nbsp;<%=rs("fStrTeacher")%></td> <td height="22" width="20%" bgcolor="#FFFFFF"> <div align="center"><font face="华文隶书">课程类别</font></div> </td> <td height="22" width="28%"><%=rs("fIntSort")%></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td height="22"> <div align="center"><%if LessonID=1 then%>[<a href="xxxx.asp?LessonID=<%=LessonID+1%>">下一项</a>]<a href="javascript:window.close();">[关闭窗口]</a><%end if if LessonID=rs.recordcount then%>[<a href="xxxx.asp?LessonID=<%=LessonID-1%>">上一项</a>]<a href="javascript:window.close();">[关闭窗口]</a> <%elseif LessonID>1 then%> [<a href="xxxx.asp?LessonID=<%=LessonID-1%>">上一项</a>][<a href="xxxx.asp?LessonID=<%=LessonID+1%>">下一项</a>]<a href="javascript:window.close();">[关闭窗口]</a> <%end if%> </div> </td> </tr> </table> <p align="center">&nbsp; </p> </body> </html> 文件名称 word.asp 文件大小 4KB  文件说明 留言板界面  <html> <head> <title>请您留言</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <script language="JavaScript"> <!-- function check(thisform) { if(thisform.studentname.value=="") { alert("请输入您的姓名!"); thisform.studentname.focus(); return(false); } if(thisform.word.value=="") { alert("请您留言!"); thisform.word.focus(); return(false); } } //--> </script> <style> .input { BACKGROUND-COLOR: white; BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 9pt } </style> </head> <body bgcolor="#FFFFFF"> <center> <form name="form1" method="post" action="recword.asp" onSubmit="return check(this)"> <table width="550" border="0" height="250"> <tr align="center" bgcolor="#fed8d3" width="550"> <td colspan="4" height="50" width="550"><img src="../pic/word.gif" width="300" height="35"></td> </tr> <tr align="center" bgcolor="#CCCCCC" width="550"> <td width="90" align="right" height="30">姓名: </td> <td width="210" align="left" height="30"> <input type="text" class=input name="studentname" size="16"> </td> <td align="left" height="30" width="90"> <div align="right">专业: </div> </td> <td align="left" height="30" width="160"> <input type="text" class=input name="zhuanye" size="16"> </td> </tr> <tr align="center" bgcolor="#CCCCCC" width="550"> <td width="90" align="right" height="30">E-mail: </td> <td width="210" align="left" height="30"> <input type="text" class=input name="email" size="28"> </td> <td align="left" height="30" width="90"> <div align="right">班级: </div> </td> <td align="left" height="30" width="160"> <input type="text" class=input name="class" size="16"> </td> </tr> <tr align="left" bgcolor="#CCCCCC" width="550"> <td height="29" align="right" width="90">主题:</td> <td colspan="3" height="29" width="460"> <input type="text" class=input name="topic" size="61"> </td> </tr> <tr bgcolor="#CCCCCC" width="550"> <td align="right" valign="top" width="90">留言:</td> <td colspan="3" align="left" valign="top" width="460"> <textarea name="word" class=input rows="6" cols="60" wrap="VIRTUAL"></textarea> </td> </tr> <tr align="center" bgcolor="#FFCCCC" width="550"> <td colspan="4" height="46" width="550"> <input type="submit" name="Submit1" value=" 发送留言 "> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="reset" name="Submit2" value=" 重写填写 "> </td> </tr> </table> </center> </body> </html> 文件名称 recword.asp 文件大小 751B  文件说明 留言板程序  <!--#include virtual="opendbf.asp"--> <%name=request("studentname") zhuanye=request("zhuanye") email=request("email") myclass=request("class") topic=request("topic") word=request("word") sql="select * from recword" rs.open sql,,1,3 rs.addnew if name<>"" then rs("fstrname")=name end if if zhuanye<>"" then rs("fstrzhuanye")=zhuanye end if if email<>"" then rs("fstremail")=email end if if topic<>"" then rs("fstrtopic")=topic end if if myclass<>"" then rs("fstrclass")=myclass end if if word<>"" then rs("fstrword")=word end if rs.update response.write "<center>谢谢您的留言,请<a href='javascript:window.close();'>关闭窗口</a>返回主页</center>" %> 文件名称 out.asp 文件大小 2KB  文件说明 注释  <html> <head> <title>专业培养计划</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <body bgcolor="#FFFFFF"> <table width="100%" border="0" align="center"> <tr> <td width="13%">&nbsp;</td> <td width="71%"> <div align="center"><font color="#FF00FF">什么是“专业培养计划”?</font></div> </td> <td width="16%">&nbsp;</td> </tr> <tr> <td width="13%">&nbsp;</td> <td width="71%"> &nbsp;&nbsp;&nbsp; &nbsp; <p>&nbsp;&nbsp;&nbsp;&nbsp;“专业培养计划”是学校根据专业的特点确定的本专业学生必修课的科目及授课时间和选修课的选课范围。“专业培养计划外”的选修课程是学生可以选修但不计入最后总学分的课程。</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;要查看你的专业的培养计划,请点击<a style='cursor:hand' onClick=window.open('plan/plan.asp','basket','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=1,resizable=0,width=700,top=60,left=50,height=450') onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','pic/myplan2.gif',1)"><font color="red">专业培养计划</font></a>。</p> </td> <td width="16%">&nbsp;</td> </tr> <tr> <td width="13%">&nbsp;</td> <td width="71%"><% response.write"<center><form><input type=button value=' 返回 ' onclick='history.back();'></form></center>"%></td> <td width="16%">&nbsp;</td> </tr> </table> <div align="center"></div> <div align="center"></div> </body> </html> 文件名称 plan.asp 文件大小 2KB  文件说明 培养计划界面  <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>系统文档</title> <meta name="GENERATOR" content="Microsoft FrontPage 3.0"> <style type="text/css"> <!-- A:link { text-decoration: none; } a:hover { color: #000000; text-decoration: underline} A:visited { text-decoration: none} A:active {color: rgb(192,192,182); text-decoration: none} #main{z-index:2;border:solid 2;border-color:blue blue blue blue; position:absolute;top:18%;left:22%;height:82%;width:532; visibility:hidden; } --> </style> <script language="JavaScript"> <!-- <!--hide from other browsers function playll(i){ var luans main.style.visibility="visible"; luans="plan2.asp?id="+i; main.innerHTML="<iframe"+" "+"id=\"main2\""+" "+"src=\"plan\/"+luans+"\""+" "+"name=\"textframe\""+" "+"width=100%"+" "+"height=100%"+" "+"marginwidth=0"+" "+"marginheight=0"+" "+"frameborder=\'no\'"+"scrolling=\'auto\'>"+"</iframe>" } //stop hiding from other browsers--> function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v3.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> </head> <body bgcolor="#FFFFFF" onload="playll(101);"> <table width="98%" border="0" cellspacing="0" cellpadding="0" height="363"> <tr> <td width="19%" height="47">&nbsp;</td> <td width="63%" height="47"> <div align="center"><img src="pic/pj.gif" width="216" height="51"></div> </td> <td width="18%" height="47">&nbsp;</td> </tr> <tr> <td width="19%" height="298"> <table width="145" border="0" cellspacing="1" cellpadding="0" height="177" bgcolor="#FFFFFF"> <tr bgcolor="#CCFFFF"> <td height="17" colspan="2">&nbsp;</td> </tr> <tr bgcolor="#CCFFFF"> <td height="19" colspan="2"><font color="#CC00CC" face="华文琥珀" size="4">交通运输学院</font></td> </tr> <tr bgcolor="#CCFFFF"> <td height="14" colspan="2"> <font color="#FF6666">交通运输专业</font> </td> </tr> <tr bgcolor="#CCFFFF"> <td height="16" width="28">&nbsp;</td> <td height="16" width="112"><font face="宋体" color="#FF6666" size="3">★</font><font face="宋体" color="#3333FF" size="3" onClick="playll(101);" style="cursor:hand"> 01级 </font></td> </tr> <tr bgcolor="#CCFFFF"> <td height="11">&nbsp; </td> <td height="11"><font face="宋体" color="#FF6666" size="3">★</font><font face="宋体" color="#3333FF" size="3" onClick="playll(100);" style="cursor:hand"> 00级</font></td> </tr> <tr bgcolor="#CCFFFF"> <td height="7">&nbsp;</td> <td height="7"><font face="宋体" color="#FF3333" size="3">★</font><font face="宋体" color="#3333FF" size="3" onClick="playll(199);" style="cursor:hand"> 99级</font></td> </tr> <tr bgcolor="#CCFFFF"> <td height="16">&nbsp;</td> <td height="16"><font face="宋体" color="#FF3333" size="3">★</font><font face="宋体" color="#3333FF" size="3" onClick="playll(198);" style="cursor:hand"> 98级</font></td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="11"><font color="#FF6666">交通工程专业</font></td> </tr> <tr bgcolor="#CCFFFF"> <td height="13">&nbsp;</td> <td height="13"><font face="宋体" color="#FF3333" size="3">★</font><font face="宋体" color="#3333FF" size="3" onClick="playll(201);" style="cursor:hand"> 01级</font></td> </tr> <tr bgcolor="#CCFFFF"> <td height="11">&nbsp;</td> <td height="11"><font face="宋体" color="#FF3333" size="3">★</font><font face="宋体" color="#3333FF" size="3" onClick="playll(200);" style="cursor:hand"> 00级</font></td> </tr> <tr bgcolor="#CCFFFF"> <td height="11">&nbsp;</td> <td height="11"><font face="宋体" color="#FF3333" size="3">★</font><font face="宋体" color="#3333FF" size="3" onClick="playll(299);" style="cursor:hand"> 99级</font></td> </tr> <tr bgcolor="#CCFFFF"> <td height="12">&nbsp;</td> <td height="12"><font face="宋体" color="#FF9900" size="3">★</font><font face="宋体" color="#3333FF" size="3" onClick="playll(298);" style="cursor:hand"> 98级</font></td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="14">&nbsp;</td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="16">&nbsp;</td> </tr> <tr bgcolor="#CCFFFF"> <td height="10" colspan="2">&nbsp;</td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="10">&nbsp;</td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="20"> <div align="center"></div> </td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="20"> <div align="center"><a onclick="javascript:window.close();" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','../pic/close2.gif',1)"><img name="Image3" border="0" src="pic/close.gif" width="114" height="30"></a></div> </td> </tr> </table> </td> <td colspan="2" height="298"> <p>&nbsp;</p> <p>&nbsp;</p> </td> </tr> </table> <div id="main" style="left: 151px; top: 68px; width: 530px; height: 384px"></div> </body> </html> 文件名称 plan2.asp 文件大小 3KB  文件说明 培养计划程序  <!--#include file="opendbf.asp"--> <% ID=request("id") sql="select fStrName,fIntCredit,fIntHour,fIntSemester,fIntSort from "& ID Set rs = conn.Execute(sql) %> <center> <table width="520" border="1" cellspacing="0" cellpadding="0"> <tr bgcolor="#CCFF00"> <td> <div align="center"><font size="3">课程名称</font></div> </td> <td> <div align="center"><font size="3">学分</font></div> </td> <td> <div align="center"><font size="3">学时</font></div> </td> <td> <div align="center"><font size="3">学期</font></div> </td> <td> <div align="center"><font size="3">课程类别</font></div> </td> </tr> <%'@@@@@@@@@@@@@@@@@@@@ while not rs.eof %> <tr> <td width="200" height="17"> <div align="center"><font size="2"><%=rs(0)%></font></div> </td> <td width="50" height="17"> <div align="center"><font size="2"><%=rs(1)%></font></div> </td> <td width="50" height="17"> <div align="center"><font size="2"><%=rs(2)%></font></div> </td> <td width="50" height="17"> <div align="center"><font size="2"><%=rs(3)%></font></div> </td> <td width="90" height="17"> <div align="center"><font size="2"> <% select case rs(4) case 1 response.write "自然科学类" case 2 response.write "文化素质类" case 3 response.write "跨专业类" case 4 response.write "计算机基础类" case 5 response.write "专业基础类" case 6 response.write "专业类" end select %></font></div> </td> </tr> <% rs.movenext wend %> </table> </center> 文件名称 dm.asp 文件大小 9KB  文件说明 处理代码程序  <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>系统文档</title> <meta name="GENERATOR" content="Microsoft FrontPage 3.0"> <style type="text/css"> <!-- A:link { text-decoration: none; } a:hover { color: #000000; text-decoration: underline} A:visited { text-decoration: none} A:active {color: rgb(192,192,182); text-decoration: none} #main{z-index:2;border:solid 2;border-color:blue blue blue blue; position:absolute;top:18%;left:22%;height:82%;width:532; visibility:hidden; } --> </style> <script language="JavaScript"> <!-- <!--hide from other browsers function playll(i){ var luans main.style.visibility="visible"; luans=i+".asp"; main.innerHTML="<iframe"+" "+"id=\"main2\""+" "+"src=\"dm\/"+luans+"\""+" "+"name=\"textframe\""+" "+"width=100%"+" "+"height=100%"+" "+"marginwidth=0"+" "+"marginheight=0"+" "+"frameborder=\'no\'"+"scrolling=\'auto\'>"+"</iframe>" } //stop hiding from other browsers--> function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v3.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> </head> <body bgcolor="#FFFFFF" onload="playll(1);"> <table width="98%" border="0" cellspacing="0" cellpadding="0" height="363"> <tr> <td width="19%" height="50">&nbsp;</td> <td width="63%" height="50"> <div align="center"><img src="../pic/ym.gif" width="216" height="55"></div> </td> <td width="18%" height="50">&nbsp;</td> </tr> <tr> <td width="19%" height="298"> <table width="145" border="0" cellspacing="1" cellpadding="0" height="177" bgcolor="#FFFFFF"> <tr bgcolor="#CCFFFF"> <td height="17" colspan="2">&nbsp;</td> </tr> <tr bgcolor="#CCFFFF"> <td height="19" colspan="2"><font face="宋体" color="#3333FF" size="3" onClick="playll(1);" style="cursor:hand"><img src="../pic/narrow.gif" width="5" height="12"> index.asp</font></td> </tr> <tr bgcolor="#CCFFFF"> <td height="14" colspan="2"><font face="宋体" color="#3333FF" size="3" onClick="playll(1);" style="cursor:hand"><img src="../pic/narrow.gif" width="5" height="12"></font><font face="宋体" color="#0000FF" size="3" onClick="playll(2);" style="cursor:hand"> index2.asp</font></td> </tr> <tr bgcolor="#CCFFFF"> <td height="16" colspan="2"><font face="宋体" color="#3333FF" size="3" onClick="playll(1);" style="cursor:hand"><img src="../pic/narrow.gif" width="5" height="12"></font><font color="#FF00FF"> chengji.asp </font></td> </tr> <tr bgcolor="#CCFFFF"> <td height="11" colspan="2"><font face="宋体" color="#3333FF" size="3" onClick="playll(1);" style="cursor:hand"><img src="../pic/narrow.gif" width="5" height="12"></font><font face="宋体" color="#FF00FF" size="3" onClick="playll(2.2);" style="cursor:hand"> arange2.asp</font> </td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="7"><font face="宋体" color="#3333FF" size="3" onClick="playll(1);" style="cursor:hand"><img src="../pic/narrow.gif" width="5" height="12"></font><font face="宋体" color="#6666FF" size="3" onClick="playll(2.3);" style="cursor:hand"> modifykey.asp</font></td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="2"><font face="宋体" color="#3333FF" size="3" onClick="playll(1);" style="cursor:hand"><img src="../pic/narrow.gif" width="5" height="12"></font><font face="宋体" color="#3333FF" size="3" onClick="playll(3);" style="cursor:hand"> modifykey2.asp</font></td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="11"><font face="宋体" color="#3333FF" size="3" onClick="playll(1);" style="cursor:hand"><img src="../pic/narrow.gif" width="5" height="12"></font><font face="宋体" color="#FF00FF" size="3" onClick="playll(3.1);" style="cursor:hand"> opendbf.asp</font></td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="13"><font face="宋体" color="#3333FF" size="3" onClick="playll(1);" style="cursor:hand"><img src="../pic/narrow.gif" width="5" height="12"></font><font face="宋体" color="#FF00FF" size="3" onClick="playll(3.2);" style="cursor:hand"> xxxx.asp</font></td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="11"><font face="宋体" color="#3333FF" size="3" onClick="playll(1);" style="cursor:hand"><img src="../pic/narrow.gif" width="5" height="12"></font><font face="宋体" color="#3333FF" size="3" onClick="playll(3.3);" style="cursor:hand"> word.asp</font></td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="11"><font face="宋体" color="#3333FF" size="3" onClick="playll(1);" style="cursor:hand"><img src="../pic/narrow.gif" width="5" height="12"></font><font face="宋体" color="#3333FF" size="3" onClick="playll(3.4);" style="cursor:hand"> recword.asp</font></td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="12"><font face="宋体" color="#3333FF" size="3" onClick="playll(1);" style="cursor:hand"><img src="../pic/narrow.gif" width="5" height="12"></font><font face="宋体" color="#FF00FF" size="3" onClick="playll(3.1);" style="cursor:hand"> out.asp</font></td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="14"><font face="宋体" color="#3333FF" size="3" onClick="playll(1);" style="cursor:hand"><img src="../pic/narrow.gif" width="5" height="12"></font><font face="宋体" color="#6666FF" size="3" onClick="playll(4);" style="cursor:hand"> plan.asp</font></td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="16"><font face="宋体" color="#3333FF" size="3" onClick="playll(1);" style="cursor:hand"><img src="../pic/narrow.gif" width="5" height="12"></font><font face="宋体" color="#0000FF" size="3" onClick="playll(5);" style="cursor:hand"> plan2.asp</font></td> </tr> <tr bgcolor="#CCFFFF"> <td height="10" colspan="2"><font face="宋体" color="#3333FF" size="3" onClick="playll(1);" style="cursor:hand"><img src="../pic/narrow.gif" width="5" height="12"></font><font color="#FF00FF"> dm.asp</font></td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="10"><font face="宋体" color="#3333FF" size="3" onClick="playll(1);" style="cursor:hand"><img src="../pic/narrow.gif" width="5" height="12"></font><font color="#FF00FF"> document.asp </font></td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="20"> <div align="center"><a href="../Document/document2.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','../pic/doc2.gif',1)"><img name="Image2" border="0" src="../pic/doc.gif" width="114" height="30"></a></div> </td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="20"> <div align="center"><a onclick="javascript:window.close();" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','../pic/close2.gif',1)"><img name="Image3" border="0" src="../pic/close.gif" width="114" height="30"></a></div> </td> </tr> </table> </td> <td colspan="2" height="298"> <p>&nbsp;</p> <p>&nbsp;</p> </td> </tr> </table> <div id="main" style="left: 151px; top: 68px; width: 530px; height: 384px"></div> </body> </html> 文件名称 document.asp 文件大小 8KB  文件说明 处理文档显示的程序  <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>系统文档</title> <meta name="GENERATOR" content="Microsoft FrontPage 3.0"> <style type="text/css"> <!-- A:link { text-decoration: none; } a:hover { color: #000000; text-decoration: underline} A:visited { text-decoration: none} A:active {color: rgb(192,192,182); text-decoration: none} #main{z-index:2;border:solid 2;border-color:blue blue blue blue; position:absolute;top:18%;left:22%;height:82%;width:532; visibility:hidden; } --> </style> <script language="JavaScript"> <!-- <!--hide from other browsers function playll(i){ var luans main.style.visibility="visible"; luans=i+".asp"; main.innerHTML="<iframe"+" "+"id=\"main2\""+" "+"src=\"Document\/"+luans+"\""+" "+"name=\"textframe\""+" "+"width=100%"+" "+"height=100%"+" "+"marginwidth=0"+" "+"marginheight=0"+" "+"frameborder=\'no\'"+"scrolling=\'auto\'>"+"</iframe>" } //stop hiding from other browsers--> function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v3.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> </head> <body bgcolor="#FFFFFF" onload="playll(1);"> <table width="98%" border="0" cellspacing="0" cellpadding="0" height="363"> <tr> <td width="19%" height="51">&nbsp;</td> <td width="63%" height="51"> <div align="center"><img src="../pic/wd.gif" width="208" height="54"></div> </td> <td width="18%" height="51">&nbsp;</td> </tr> <tr> <td width="19%" height="298"> <table width="145" border="0" cellspacing="1" cellpadding="0" height="177"> <tr bgcolor="#CCFFFF"> <td height="17" colspan="2"><font face="宋体" color="#3333FF" size="3" onClick="playll(1);" style="cursor:hand">1.系统背景分析</font></td> </tr> <tr bgcolor="#CCFFFF"> <td height="19" colspan="2"><font face="宋体" color="#0000FF" size="3" onClick="playll(2);" style="cursor:hand">2.用户需求分析</font></td> </tr> <tr bgcolor="#CCFFFF"> <td height="14" width="19">&nbsp;</td> <td height="14" width="121"><font face="宋体" color="#FF00FF" size="3" onClick="playll(2.1);" style="cursor:hand">2.1信息需求分析</font></td> </tr> <tr bgcolor="#CCFFFF"> <td height="16" width="19">&nbsp;</td> <td height="16" width="121"><font face="宋体" color="#FF00FF" size="3" onClick="playll(2.2);" style="cursor:hand">2.2功能需求分析</font> </td> </tr> <tr bgcolor="#CCFFFF"> <td height="11" width="19">&nbsp;</td> <td height="11" width="121"><font face="宋体" color="#FF00FF" size="3" onClick="playll(2.3);" style="cursor:hand">2.3系统目标分析</font></td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="7"><font face="宋体" color="#3333FF" size="3" onClick="playll(3);" style="cursor:hand">3.系统设计</font></td> </tr> <tr bgcolor="#CCFFFF"> <td width="19" height="2">&nbsp;</td> <td width="121" height="2"><font face="宋体" color="#FF00FF" size="3" onClick="playll(3.1);" style="cursor:hand">3.1功能设计</font></td> </tr> <tr bgcolor="#CCFFFF"> <td width="19" height="11">&nbsp;</td> <td width="121" height="11"><font face="宋体" color="#FF00FF" size="3" onClick="playll(3.2);" style="cursor:hand">3.2数据库设计</font></td> </tr> <tr bgcolor="#CCFFFF"> <td width="19" height="13">&nbsp;</td> <td width="121" height="13"><font face="宋体" color="#FF00FF" size="3" onClick="playll(3.3);" style="cursor:hand">3.3程序设计</font></td> </tr> <tr bgcolor="#CCFFFF"> <td width="19" height="11">&nbsp;</td> <td width="121" height="11"><font face="宋体" color="#FF00FF" size="3" onClick="playll(3.4);" style="cursor:hand">3.4输入输出设计</font></td> </tr> <tr bgcolor="#CCFFFF"> <td width="19" height="11">&nbsp;</td> <td width="121" height="11"><font face="宋体" color="#FF00FF" size="3" onClick="playll(3.1);" style="cursor:hand">3.5用户界面设计</font></td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="12"><font face="宋体" color="#6666FF" size="3" onClick="playll(4);" style="cursor:hand">4.系统使用说明 </font></td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="14"><font face="宋体" color="#0000FF" size="3" onClick="playll(5);" style="cursor:hand">5.总结</font></td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="16"><font face="宋体" color="#0000FF" size="3">6.附录</font></td> </tr> <tr bgcolor="#CCFFFF"> <td height="10" width="19">&nbsp;</td> <td height="10" width="121"><font face="宋体" color="#FF00FF" size="3" onClick="playll(6.1);" style="cursor:hand">6.1参考文献</font></td> </tr> <tr bgcolor="#CCFFFF"> <td width="19" height="10">&nbsp; </td> <td width="121" height="10"><font face="宋体" color="#FF00FF" size="3" onClick="playll(6.2);" style="cursor:hand">6.2开发人员</font></td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="20"> <div align="center"><a href="../dm/dm.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','../pic/dm2.gif',1)"><img name="Image2" border="0" src="../pic/dm.gif" width="114" height="30"></a></div> </td> </tr> <tr bgcolor="#CCFFFF"> <td colspan="2" height="20"> <div align="center"><a onclick="javascript:window.close();" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','../pic/close2.gif',1)"><img name="Image3" border="0" src="../pic/close.gif" width="114" height="30"></a></div> </td> </tr> </table> </td> <td colspan="2" height="298">&nbsp;</td> </tr> </table> <div id="main" style="left: 151px; top: 68px; width: 530px; height: 384px"></div> </body> </html>