demo6,記住密碼提示框,總結

2021-08-07 09:06:55 字數 1192 閱讀 2799

lang="en">

charset="utf-8">

記住密碼提示框title>

body

.wrap

#msg

.hide

.current

style>

head>

class="wrap">

for="remember">

id="remember"

type="checkbox" />

兩周內自動登入

label>

id="msg"

class="hide">

為了你的資訊保安,請不要在網咖或公共電腦上勾選此選項!

div>

div>

var eventutil =

else

if (element.attachevent)

else

},removehandler: function

(element, type, handler)

else

if (element.detachevent)

else

},getevent: function

(event) ,

gettarget: function

(event) ,

preventdefault: function

(event)

else

},stoppropagation: function

(event)

else

},getcharcode: function

(event)

else }};

window.onload = function

() ;

var hidemsg = function

() ;

eventutil.addhandler(label, "mouseover", showmsg);

eventutil.addhandler(label, "mouseout", hidemsg);

}script>

body>

html>

1.label框住checkbox的input標籤和文字;

2.感覺使用id設定獨一無二的樣式比class好。

Demo 6 完整的使用者體驗演示

針對範圍 首次了解 microsoft dynamics ax 2012 的新使用者。1.在桌面shift 右鍵點選 microsoft dynamics ax 2012 圖示。2.在彈出的右鍵選單上選擇 run as different user 以kevin帳號登入。3.在左側導航欄點選 hom...

登入記住賬號和密碼小Demo

讀取 1 1.讀取沙盒中plist檔案23 獲得沙盒根路徑 45 nsstring home nshomedirectory 67 拼接documents路徑 8documents 1011 檔案的全路徑 12login.plist 1415 2.從plist中載入乙個字典出來 1617 nsdic...

git記住密碼

是不是受夠了http方式每次輸入使用者名稱和密碼?好吧下面說說解決這個問題的方法 方法一 git bash輸入命令 git config global credential.helper store ok,回車,這個時候已經記住了密碼,就是這樣,沒了。可能下一次還要密碼的情況,沒關係,在輸入一次,因...