鐵之狂傲

 取回密碼
 註冊
搜尋

切換到指定樓層
1#
希望會asp語法的大大幫忙註解
我怕我同學又被當掉 所以來幫她問問
謝謝

<%@LANGUAGE="VBSCRIPT"%>
<%response.Buffer= True%>
<STYLE TYPE="text/css">
        <!-- body,th,td,input,select,textarea,select,checkbox {font:9pt 新細明體}
         a:link {font: 9pt "新細明"; text-decoration: none;color:none}
         a:visited      {font: 9pt "新細明"; text-decoration: none; color: 000099}
         a:active       {font: 9pt "新細明"; text-decoration: none; color: 00CC66}
         a:hover        {font: 9pt 新細明; text-decoration: underline; color: ff0000}
        -->
   </STYLE>
<%const adminpass = "test"  '密碼,自行修改! %>
<%
status   = Request.form("STATUS")  
password = Request.Form("PASSWORD")
if ( password= adminpass ) Then
Session("password")="classmate"
response.redirect"classmate.asp"
else
response.Write("<center><font color='#ff0000'>密碼錯誤!!Hacker我啊!!!</font><br>")
response.Write("<a href='news.asp'>回上一頁</a></center>")
response.Write("<meta http-equiv='refresh' c>  ")
response.End
End if
%>


[ 本文最後由 mood 於 07-1-14 04:39 PM 編輯 ]
 
轉播0 分享0 收藏0

回覆 使用道具 檢舉

全世界最先進的跳動筆
你需要登入後才可以回覆 登入 | 註冊

存檔|手機版|聯絡我們|新聞提供|鐵之狂傲

GMT+8, 24-4-24 11:08 , Processed in 2.163140 second(s), 15 queries , Gzip On.

回頂部