<html>
<head>
<script type="text/javascript">
function doSomething(){
this.status = 'grrrrrrrrrrrrrrrrrrrrrr';
}
</script>
</head>
<body>
<a href="#" onClick="doSomething();">ici</a>
</body>
</html>
Sous IE6 , le window.status affiche bien grrrrrrr.. mais est aussitôt "recouvert" par "terminé".
Sous Firefox, rien ne semble se passer .