- Katılım
- 29 Mart 2020
- Mesajlar
- 5,842
- Tepkime puanı
- 0
- Takım
- KayseriSpor
1982 anayasasında yapılan değişiklikler 6
//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
}
Altıncı Değişiklik: 3 Ekim 2001 tarih ve 4709 sayılı Kanun (Resmî Gazete, 17 Ekim 2001, Sayı 24556 Mükerrer. Değiştirilen maddeler: Başlangıç Metni, 13, 14, 19, 20, 21, 22, 23, 26, 28, 31, 33, 34, 36, 38, 40, 41, 46, 49, 51, 55, 65, 66, 67, 69, 74, 87, 89, 94, 100, 118, 149, Geçici 15
//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
}
Altıncı Değişiklik: 3 Ekim 2001 tarih ve 4709 sayılı Kanun (Resmî Gazete, 17 Ekim 2001, Sayı 24556 Mükerrer. Değiştirilen maddeler: Başlangıç Metni, 13, 14, 19, 20, 21, 22, 23, 26, 28, 31, 33, 34, 36, 38, 40, 41, 46, 49, 51, 55, 65, 66, 67, 69, 74, 87, 89, 94, 100, 118, 149, Geçici 15