點先可以係xanga整個密碼

2006-11-12 5:10 am
我個xanga成日俾人騷擾.....所以想整個密碼.....我想整個一入去會彈個問題出黎....要答岩先可以睇到xanga既密碼......點先整到呢????????請幫幫手!!!!!!!

回答 (2)

2006-11-12 7:02 pm
✔ 最佳答案
輸入密碼錯誤後, 會到指定的網頁
<!-- begin code provided by kkx3.com -->
<script LANGUAGE="JavaScript">
//在引號內設置密碼提示
var p = prompt("Please enter the password.")
//在引號內設置密碼
if (p == "kkx3"){

}
else {
//在引號內設置錯誤後進入的網頁位置
self.location = "http://kkx3.com"

}
</script>
<!-- end code provided by kkx3.com -->

輸入密碼錯誤三次後, 會回到上一頁
<!-- begin code provided by kkx3.com -->
<SCRIPT LANGUAGE="JavaScript">
function password() {
var testV = 1;

//在引號內設置密碼提示
var pass1 = prompt("please enter the password.");

while (testV < 3) {
if (!pass1)
history.go(-1);

//在引號內設置密碼
if (pass1 == "kkx3") {

//在引號內設置輸入正確後的顯示訊息
alert("yeah! welcome to my xanga.");

break;
}
testV+=1;
var pass1 =

//在引號內設置輸入錯誤後的顯示訊息
prompt("please enter the password again.");

}
if (pass1!="password" & testV ==3)
history.go(-1);
return " ";
}
document.write(password());
</SCRIPT>
<!-- end code provided by kkx3.com -->
2006-11-12 5:22 am
呢個有d唔同你講個個
(貼係look & feel)

2006-11-11 21:23:45 補充:
sorry~係度貼唔到語法~~
參考: me


收錄日期: 2021-04-26 18:06:22
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20061111000051KK05156

檢視 Wayback Machine 備份