function.asp
来自「SQL2000跟课件学习的源代码 分享共同学习」· ASP 代码 · 共 38 行
ASP
38 行
<table width="655" border="0" cellpadding="0" cellspacing="0">
<tr bgcolor="#33CCFF">
<td height="3" colspan="11"></td>
</tr>
<tr align="center" bgcolor="#99CC66">
<td></td>
<td width="90" align="center"> <a href="Default.asp">主页</a></td>
<td width="105" align="center"><a href="ShowDepartment.asp">系信息</a></td>
<td width="106" align="center">
<% if Session("GuestType")>1 then %>
<a href="ShowTeacher.asp">教师信息</a>
<% Else
Response.Write("教师信息")
end if %> </td>
<td width="126" align="center"><a href="ShowSpeciality.asp">专业信息</a></td>
<td width="121" align="center"><a href="ShowClass.asp">班级信息</a></td>
<td width="96" align="center">
<% if Session("GuestType")>0 then %>
<a href="ShowStudent.asp">学生信息</a>
<% Else
Response.Write("学生信息")
end if %> </td>
</tr>
<tr bgcolor="#99CC66">
<td width="11" align="center"> </td>
<td width="90" align="center"><a href="ShowCourseType.asp">课程类别</a></td>
<td width="105" align="center"><a href="ShowCourse.asp">课程信息</a></td>
<td align="center"><a href="Grade.asp">成绩信息</a></td>
<td align="center"><a href="ShowSpeciality_Course.asp">专业课程设置</a></td>
<td width="121" align="center"><a href="ShowCurriculumSchedule.asp">班级课程表 </a></td>
<td width="96" align="center">
</td>
</tr>
<tr bgcolor="#33CCFF">
<td height="3" colspan="11"></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?