Discussion:
Newbie:window.staus
(too old to reply)
Saxman
2006-10-15 11:35:45 UTC
Permalink
Can anybody tell why the following title does not display in the status bar?
....................................................................

<html>
<head>
<script>
document.title="My Own Page"
window.status="Hello and welcome to my own page"
</script>
</head>
<body>
</body>
</html>

..............................................

TIA
Evertjan.
2006-10-15 11:43:59 UTC
Permalink
Post by Saxman
Can anybody tell why the following title does not display in the status bar?
The "title" never displays the status bar.
Post by Saxman
<script>
use:

<script type='text/javascript'>
Post by Saxman
document.title="My Own Page"
window.status="Hello and welcome to my own page"
</script>
Because you are using IE7 perhaps,
or in an other browser where this is switched off.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Saxman
2006-10-15 11:51:24 UTC
Permalink
Post by Evertjan.
Because you are using IE7 perhaps,
or in an other browser where this is switched off.
I'm using Firefox.

I opened the page with IE, allowed the content and it displays fine.

Thanks for the feedback.

Loading...