Home Page
<%dim Kset,pagenum
If Session("userid")="" Then
Response.Redirect("loginPDA.asp")
else
kset=session("userauth")
if kset="" then kset=99
if kset<>99 then
if (pagenum and kset)=0 then
Response.Redirect("mainPDA.asp")
end if
end if
End If
%>
User:<%=Session("userid")%>