<%if session("txtid")<>"" and (session("txtClass")="高階學員" or session("txtClass")="中階學員" or session("txtClass")="初階學員") then%>
阿彌陀佛! <%=session("txtid")%> 您的身份是:<%=session("txtClass")%>
<%
if session("txtClass")="高階學員" then
Response.Redirect "3.asp"
response.end
else
if session("txtClass")="中階學員" then
Response.Redirect "2.asp"
response.end
else
if session("txtClass")="初階學員" then
Response.Redirect "1.asp"
response.end
end if
end if
end if
%>
<%else%>