- 鐵幣
- 187 元
- 文章
- 74 篇
- 聲望
- 3 枚
- 上次登入
- 09-7-24
- 精華
- 0
- 註冊時間
- 03-11-23
- UID
- 18021
|
希望會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 編輯 ] |
|