عرض مشاركة واحدة
قديم 29 / 11 / 2001, 49 : 09 PM   #17
محترف بلاي ستيش 
وئامي جديد

 


+ رقم العضوية » 1506
+ تاريخ التسجيل » 27 / 11 / 2001

+ الجنسْ »

+ الإقآمـہ »

+ مَجموع المشَارگات » 10
+ معَدل التقييمْ » 10
شكراً: 0
تم شكره 0 مرة في 0 مشاركة

محترف بلاي ستيش غير متواجد حالياً

افتراضي

<script language="JavaScript1.2">

var clickmessage="وش تبغى بالصورة ؟"

function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
}

function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}

if (document.all)
document.onmousedown=disableclick
else if (document.layers)
associateimages()
</script>

  رد مع اقتباس