If you hava a javascript like this:
1 2 3 | <script language="javascript" type="text/javascript"> window.status ='some text'; </script> |
You will see Firefox is not showing “some text” in the status bar. Too see your text you must enable it from “Advanced Javascript Settings” window:

Happy coding…