forgottenglory
08-03-2006, 11:33 PM
I would like to have a message appear in the status bar.
I used the following script
<script language="Javascript" type="text/javascript">
<!--
window.status='my message goes here'
-->
</SCRIPT>
The message displays as expected in Internet Explorer and Safari but doesn't display at all in Netscape Navigator and Firefox. Can you tell me how do I amend the code to so that my status bar message displays in all the above mentioned browsers.
Thanks.
I used the following script
<script language="Javascript" type="text/javascript">
<!--
window.status='my message goes here'
-->
</SCRIPT>
The message displays as expected in Internet Explorer and Safari but doesn't display at all in Netscape Navigator and Firefox. Can you tell me how do I amend the code to so that my status bar message displays in all the above mentioned browsers.
Thanks.