Re: [js] 取消瀏覽器上的autocomplete
※ 引述《migasun (vega)》之銘言:
: window.onload = function() {
當溫鬥死這傢伙被載入之後,我們就要對你做以下…口桀口桀口桀
: if (document.getElementsByTagName) {
如果 document 下的 getElementsByTagName 這老傢伙活著的話
: var inputElements = document.getElementsByTagName("input");
跟他凹出他所有銀噗特死小孩名單
: for (i=0; inputElements[i]; i++) {
嗯,讓我們來瞧瞧名單
: if (inputElements[i].className &&
: (inputElements[i].className.indexOf("disableAutoComplete") != -1)) {
所有在化妝舞會上被女孩們叫做 迪塞波歐桃康普利 的傢伙都很礙眼
: inputElements[i].setAttribute("autocomplete","off");
把這些可惡的死宅宅心理都加上一把鎖
: }//if current input element has the disableAutoComplete class set.
: }//loop thru input elements
: }//basic DOM-happiness-check
: };
: </SCRIPT>
這樣一來,就可以嘿嘿嘿嘿,神不知鬼不覺了…
--
不知道自己到底在打啥啊啊 (/‵Д′)/~ ╧╧
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.57.130.248
※ 編輯: gpmm 來自: 61.57.130.248 (10/03 18:27)
→
10/03 20:09, , 1F
10/03 20:09, 1F
推
10/05 14:20, , 2F
10/05 14:20, 2F
推
10/31 10:15, , 3F
10/31 10:15, 3F
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
Ajax 近期熱門文章
PTT數位生活區 即時熱門文章