status bar
Is there a script that would produce a status bar message which grabs the text in the <title></title> tag as the message. I have zillions of files and I would like to put in one script without having to change the message over and over again.
AndyB posted this at 01:02 — 1st February 2000.
They have: 344 posts
Joined: Aug 1999
I give up. If the title is at the top of the page .... why do you want it at the bottom as well??
Put this inside script tags in the HEAD of your documents
window.defaultStatus=document.title
jules posted this at 15:44 — 1st February 2000.
They have: 37 posts
Joined: Oct 1999
The reason is because I am working in frames and only the main frame title is shown on top.
AndyB posted this at 22:18 — 1st February 2000.
They have: 344 posts
Joined: Aug 1999
OK, then you need to use 'something' like
parent.topframe_name.window.defaultStatus=parent.thisframe_name.document.title
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.