<% function HtmlEncode ( strInput ) ' 处理字符串: ①server.htmlencode; ②单引号变为 \'; 3.把回车符替换为"
" ' Author = laizs ' Date = 2001-08-28 ' Version = 1.00 str_GetInput = strInput if vartype( str_GetInput ) <= 1 then str_GetInput = "" ' 如果参数值为 null end if str_GetInput = server.htmlencode( str_GetInput ) str_GetInput = replace ( str_GetInput , " " , " " ) str_GetInput = replace ( str_GetInput , " " , " " ) str_GetInput = replace ( str_GetInput , vbcrlf , "
" ) str_GetInput = replace ( str_GetInput , chr(13) , "
" ) str_GetInput = replace ( str_GetInput , chr(10) , "
" ) HtmlEncode = str_GetInput end function id=clng(request.querystring("id")) set rs=server.CreateObject("ADODB.recordset") sql="select * from job where (id="&id&")" rs.open sql,conn,1,3 %>

 

 

毕业生登陆说明

 

 

       所有毕业生登陆账号和密码为学生在校的考生号,请各学生登陆后尽快

修改密码。考生号不清楚的学生请到班主任处查询。

 

 

                     招生就业办

                        2004.11.25

 

 
[关闭窗口]