Click to See Complete Forum and Search --> : Whats that thing called


superrated
02-08-2006, 05:13 PM
Yea im looking for that code that says something that you want instead of done do you know what its called or what the code is.

David Harrison
02-08-2006, 05:23 PM
...

What?

welsh
02-08-2006, 05:34 PM
i think he means the javascript code in the bottom left, to display a message there. where when u move over a link it displays the link location there.

David Harrison
02-08-2006, 06:08 PM
Oh that, the window status.window.status="Something else.";But it won't work in Mozilla or Opera (at least not with the default user settings).

superrated
02-09-2006, 04:38 PM
that didnt even work...

David Harrison
02-09-2006, 04:56 PM
It does, do you have an example of your page? If something else is causing a script error then execution will stop, however if you try this code in isolation on a test page then it will work.<script type="text/javascript">

window.status = "blah.";

</script>