salve a tutti....

ho una cosa del genere:

codice:
<html>
<head><title></title>
<script language="javascript">

function barra(){
 window.status="Ciao!";
}
</script>
</head>
<body>
Ciao
</body>
</html>
ma quando il mouse va sopra al link nella status bar compare javascript:void(0); invece che Ciao!...


perchè????