Re: [js] 取消瀏覽器上的autocomplete

看板Ajax作者 (銀色)時間17年前 (2007/10/03 18:22), 編輯推噓2(201)
留言3則, 3人參與, 最新討論串2/2 (看更多)
※ 引述《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
我知道你到底在打啥啊啊 (/‵Д′)/~ ╧╧ XD
10/05 14:20, 2F

10/31 10:15, , 3F
寫得很好阿,出一本程式故事書吧:D
10/31 10:15, 3F
文章代碼(AID): #170srlLQ (Ajax)
討論串 (同標題文章)
文章代碼(AID): #170srlLQ (Ajax)