<% Response.Expires= -1 Response.ExpiresAbsolute = Now() - 1 response.CacheControl="no-cache" server.ScriptTimeout=50000 %> <% '取出newcateid所对应名称 Function GetNewcatename(newcata_ID) Set Rs_t=Conn.Execute("select title from edu_cataid where id="&newcata_ID&"") If Not Rs_t.Eof Then GetNewcatename=Rs_t(0) End If Rs_t.Close Set Rs_t=Nothing End Function '取出lesson_id所对应名称 Function GetLessonname(lesson_id) Set Rs_t=Conn.Execute("select lesson from LessonSet where lesson_id="&lesson_id&"") If Not Rs_t.Eof Then GetLessonname=Rs_t(0) End If Rs_t.Close Set Rs_t=Nothing End Function nctid=checkstr(request("nctid"),1) leupid=checkstr(request("leupid"),1) newsubid=checkstr(request("newsubid"),1) if nctid=0 then nctid=320 if nctid>0 then SqlContent=SqlContent&" and newcataid="&nctid end if if leupid>0 then SqlContent=SqlContent&" and lesson_up="&leupid end if if newsubid>0 then SqlContent=SqlContent&" and newsubid="&newsubid end if if nctid=299 then showtitle="招生简章" else if leupid>0 then showtitle=GetLessonname(leupid)&":"&GetNewcatename(newsubid) else showtitle=GetNewcatename(newsubid) end if %> <%=showtitle%> - 环球职业面授中心
面授招生信息
面授资讯
环球职业面授中心<% if nctid>0 then ntitle=replace(" >> "&GetNewcatename(nctid),"面授课程","招生简章")&"" if newsubid=790 then links="kszn.htm" elseif newsubid=791 then links="fdtk.htm" else links="/ms/news_list.asp?newsubid="&newsubid end if if newsubid>0 then ntitle=ntitle&" >> "&GetNewcatename(newsubid)&"" if leupid>0 then ntitle=ntitle&" >> "&GetLessonname(leupid) response.Write(ntitle) %>
<% if nctid>0 then ntitle=replace(GetNewcatename(nctid),"面授课程","招生简章") if newsubid>0 then ntitle=GetNewcatename(newsubid) if leupid>0 then ntitle=GetLessonname(leupid) response.Write(ntitle) %>
共<%=pagecou%>页  当前第<%=curpage%>页 [首页] <%if curpag>1 then%> [上一页] <%end if%> <%if curpage [下一页] <%end if%> [最后一页]

<% conn.close set conn=nothing %>