歡迎您!
<%If not IsEmpty(Session("dicLoginData")) then
set clsCClass = new clsCommon
straccSQL = "Select spr_account from tblspr_Suppiler Where spr_account='" & Session("dicLoginData")("account") & "'"
straccSQL = straccSQL & " and spr_disabled=1"
Set accountrs = clsCClass.SQLQuery(straccSQL)
If accountrs.EOF then
response.write "" & Session("dicLoginData")("name") & "(會員)"
Else
response.write "" & Session("dicLoginData")("name") & "(供應商)"
End If
Set accountrs = nothing
set clsCClass = nothing
Else%>
加入會員,立即取得全方位自動化資訊 / 登入
<%End If%>