製做網頁的方法

2007-12-07 4:32 am
我想make個網頁,但唔知點搞!請各位幫忙
我個網頁要set密碼嫁,請各位教我

回答 (1)

2007-12-07 8:13 am
✔ 最佳答案
將<head></head>內的照抄
========================================================
大家可以將以下橙色改成自己喜歡的!
var msg = "您輸入的密碼正確.";
var url = "那裡是輸入5、1、6、8後跳到那個網址的路徑";
var password = new initArray(53,49,54,56);藍色是代碼
輸入5、1、6、8後
到test.asp
========================================================
<head><SCRIPT Language="JavaScript">
var msg = "您輸入的密碼正確.";
var url = "test.asp";
function initArray() {
this.length = initArray.arguments.length;
for (var i = 0; i < this.length; i++) {
this[i] = initArray.arguments[i];
}
}
var password = new initArray(53,49,54,56);
var pass_count=0;
var cancel_key=27;
if (document.layers) document.captureEvents(Event.KEYPRESS)
function backhome(e){
if (document.layers){
//if (navigator.appName == "Netscape"){
if (e.which==password[pass_count]) {
checkpassword();
//return false;
}
else {
pass_count=0;
//return false;
}
}
else if (document.all){
if (event.keyCode==password[pass_count]){
checkpassword();
//return false;
}
else {
pass_count=0;
//return false;
}
}
}
document.onkeypress=backhome
function checkpassword() {
pass_count++;
if(pass_count>=password.length) {
if(confirm(msg)) window.location=url;
}
}
</SCRIPT></head>




代碼
鍵盤
代碼
鍵盤
代碼
鍵盤
代碼
鍵盤
代碼
鍵盤

27
ESC
48~57
0~9
65~90
A~Z
97~122
a~z
33
!

32
SPACE
34
"
35~37
#~%
39
'
40 , 41
( , )

45
-
43
+
46
,
47 , 92
/ , \
64
@

59
;
58
:
60 , 62
< , >
61
=
42
*

91 , 93
[ , ]
94
^
123 , 125
{ , }
124 , 126
| , ~
BYE
BYE
參考: cerebrum


收錄日期: 2021-04-23 17:38:37
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20071206000051KK03328

檢視 Wayback Machine 備份