Tekil Mesaj gösterimi
  #7 (permalink)   iTrader 
Alt 2006-10-30, 20:03
zbahadir - ait Kullanıcı Resmi (Avatar)
zbahadir zbahadir isimli üyemiz çevrimdışıdır. (Offline)
Gold Member
 
Üyelik tarihi: Mar 2006
Nerden: Trabzon
Mesajlar: 1.193
Tecrübe Puanı: 3
iTrader: %0/0
zbahadir will become famous soon enough
Standart

Hem FF'de hemde IE de çalışıyor;

Alıntı:
<a href="">ab</a>
<a href="" onmouseover="window.status='cc';return true">acc</a>
<a href="" onmouseover="alert('aa');">axx</a>
<script type="text/javascript">
<!--
all_the_anchor=document.getElementsByTagName("a");
for (i=0;i<all_the_anchor.length;i++)
{

if (typeof all_the_anchor.item(i).onmouseover!='function')
{
all_the_anchor.item(i).onmouseover=function (){
window.status='test';
return true;
}
}
}

//-->
</script>
Aslında sadece bu örnek yeterlidir;
<a href="http://www.kde.org" onmouseover="window.status='Bursa Linux';return true">deneme</a>
__________________
Bizim Forumlar | ZT

Konu zbahadir tarafından (2006-10-30 Saat 20:06 ) değiştirilmiştir.. Sebep: ek
Alıntı ile Cevapla