Thanks or the answer from both of you, but that is not my problem either.
Here is the JS:
<form name="JavaTest">
<input type=text size=35 name="Answer" value="Your browser is not JavaScript enabled.">
<script language="JavaScript">
<!--
document.JavaTest.Answer.value = "Your browser is JavaScript enabled!";
//-->
</script>
</form>
It is an original JS by Jesse R. Paulsen that you can find at the adress in the first message. He describes the action as:
" The script above works whether the viewer's browser is Java-enabled or not. Most scripts like this only display when the browser is enabled, but shows nothing when it isn't. This displays either way."
The action in this script happens in a field. I would like this action to happen in the status bar.
If U know---------------------------------->