% '判斷是不是已登入 '如果登入的話,導到修改基本資料那一頁 if Session("login")="Y" then 'Response.redirect("modify.asp") end if %>