Jump to content

text on status bar

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
hkp

hkp

    Learning Programmer

  • Members
  • PipPipPip
  • 37 posts
Hello friends, I am new in the javascript. I want to know that how can I put the text on the status bar.

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
You need to set the window.status property. Here is an example:

<a href="http://www.codecall.net" onMouseOver="window.status='Cool Programming Site'; return true;">CodeCall Programming</a>