%if Session("estore_userid")<>"" then %>
歡迎會員<%=Session("estore_userid")%>
如需修改個人資料、
請到
會員中心 修改!
<%
sqlinfo = "select * from UserMain where UserId='"&session("estore_userid")&"'"
set rsinfo=Server.Createobject("ADODB.RecordSet")
rsinfo.Open sqlinfo,conn,1,1
%>
>>
登出
<% else %>
<%end if%>