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>