%response.buffer=true%>
<%
t=session ("ss")
t1=session ("ss1")
sq="select *from thanhvien where stt='"+t1+"';"
rs.open sq,conn
a=rs("tentc")
b=rs("mail")
conn.close
set rs=nothing
set conn=nothing
%>
<%response.buffer=true%>
<%
u=trim(ReQuest.form("xeem"))
sq="select *from thanhvien where stt='"+u+"';"
rs.open sq,conn
nn=rs("tentc")
conn.close
set rs=nothing
set conn=nothing
%>
<%response.buffer=true%>
<%
vv=trim(ReQuest.form("xeem"))
sqlst="select *from gopy where stt='"+vv+"';"
rs.open sqlst,conn
if rs.bof and rs.eof then
session ("kt")=false
response.redirect "forumER.asp"
else
session ("kt")=true
RS.MOVEFIRST
%>
Welcome + BÁCH KHOA ONLINE MUSIC
|
|
|
|
|
|
|
|
Chúc Mừng Bạn
<<<%=t%>>>Đă
Đăng Nhập Vào Diễn Đàn |
|
Tên Đăng Nhập : |
<%=a%> |
Email : |
<%=b%> |
Gởi Đến Diễn Đàn : |
|
|
|
|
|
|
<%end if%>