2014/9/29

Question:
想要再使用者按下關閉瀏覽器視窗前跳出警示視窗,
類似各家網路銀行在關掉視窗前會叫你拔出金融卡的那種提示。

Solve:
window.onbeforeunload = function () {
  return "要離開視窗囉!記得拔出金融卡嘿~";
}

利用window.onbeforeunload就可以在離開視窗時跳出confirm訊息視窗~
(同時在「重新整理」和「離開」頁面時都會出現提示)

29 Sep 2014

0 意見:

張貼留言

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.