File Manager
Back to List
| Current Directory: ~/
Editing: chk_login.asp.bak
Full path: C:\ict\ICT\chk_login.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<% 'response.write(session("id_stu")) id_stu1=session("id_stu1") id_lecturer1=session("id_lecturer1") id_staff1=session("id_staff1") 'Response.write id_stu1 'Response.write id_staff1 if id_stu1="" or id_lecturer1 ="" or id_staff1="" then session.abandon response.write "<div align = 'center' > �س�ѧ����� Login<br>" response.write "�س������Է�����䢢�����</div>" response.redirect ("index.html") end if%>