<% 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 %>