%
Dim align, width
' 頁面對齊方式
align = "center"
' 頁面大小
width = "20%"
%>
使用者登入
<%
' 檢查使用者是否登入
If Session("UserID") = "" Or IsEmpty(Session("UserID")) then
%>
|
<% if request("Msg") <> "" then %>
<% =request("Msg") %>
<% else %>
<% end if %>
|
|
|
<% Else %>
使用者 <% = Session("UserNAME") & "(" & Session("UserID") & ")" %> 成功登入...
登出 進入會員討論區 進入投票所 網友推薦玩樂點
<% End if %>