|
<%if session("UserID") = "" then%>
<%response.redirect "account.asp"%>
<%else 'An exei kanei login 'h an phra to UID tou apo to cookie tou
dim oRs, oConn, SQL,i
set oConn = Server.CreateObject("ADODB.Connection")
oConn.open Application("ConStr")
set oRs = Server.CreateObject("ADODB.Recordset")
if Request("Info") = "1" OR Request("Info") = "" then%><%end if
if Request("Info") = "2" then%><%end if
if Request("Info") = "3" then%><%end if
end if%>
|
|
|