鐵之狂傲

 取回密碼
 註冊
搜尋

【技術討論】 請看的董asp語法的大大幫忙註解

[複製連結] 檢視: 4071|回覆: 0

希望會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 編輯 ]
 

回覆 使用道具 檢舉

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

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

GMT+8, 24-3-29 23:18 , Processed in 0.051812 second(s), 15 queries .

回頂部