Forum
Forum - KoxpersTR
Burdasın: Forum => KoxpersTR |
|
Konu | Postalar | Son kayıt: |
KO-Güncel Koxplar | 1 | Admin 11.04.2011, 01:04 (UTC) |
Yeni konu aç:
Bütün konular: 1
Bütün postalar: 1
Bütün kullanıcılar: 1
/*********************************************** * Disable select-text script- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //form tags to omit in NS6+: var omitformtags=["input", "textarea", "select"] omitformtags=omitformtags.join("|") function disableselect(e){ if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1) return false } function reEnable(){ return true } if (typeof document.onselectstart!="undefined") document.onselectstart=new Function ("return false") else{ document.onmousedown=disableselect document.onmouseup=reEnable } |
Burdasın: Forum => KoxpersTR |
|
Konu | Postalar | Son kayıt: |
KO-Güncel Koxplar | 1 | Admin 11.04.2011, 01:04 (UTC) |