鐵之狂傲

標題: 請看的董asp語法的大大幫忙註解 [列印本頁]

作者: mood    時間: 07-1-14 16:30
標題: 請看的董asp語法的大大幫忙註解
希望會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 編輯 ]




歡迎光臨 鐵之狂傲 (https://www.gamez.com.tw/)