<% '======Personal Info ====================================== dim AllInfo SQL = "Select * from [User] where UID = " & session("UserID") oRs.open SQL, oConn, 3,1,1 if oRs.EOF = false then AllInfo = oRs.getRows() else response.Cookies("degustibus")("RandomID") = "" response.Cookies("degustibus")("UserID") = "" Response.Redirect "login.asp" session("UserID") = "" session("UserSurname") = "" session("UserSex") = "" end if oRs.close '======Personal Info ====================================== %>
<%if Request.QueryString("errmsg") = "mail" then%><%= ErrorMessage(lg)%><%end if%>
<%=SLoginLogout(lg)%>
<%=SLoginTitle(lg)%>
<%=SLoginUser(lg)%>
<%=SName(lg)%> <%=SSurName(lg)%>
<%=SMail(lg)%> <%=SSex(lg)%>Γυναίκα checked<%end if%>>  'Αντρας checked<%end if%>>
<%=Spas(lg)%> <%=SPasconf(lg)%>
<%=SJob(lg)%> <%=SCateg(lg)%>
<%=SQuestMails(lg)%> :    <%=SYes(lg)%> checked<%end if%>>  <%=SNo(lg)%> checked<%end if%>>
<%= SLoginAddr(lg)%>
<%= SLoginComp(lg)%>
<%=SLoginHistory(lg)%>

<% set oRs = nothing oConn.close set oConn = nothing %>