What is the status property?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the status property?
Rating:
The status property belongs to the window object. It is used to set a text on the statusbar. The value of the property is displayed on firing an event. It can be used to display any text such as a comment, time or any other text. When a user moves the mouse cursor over a link, the URL of the link is displayed. However, when the user removes the mouse cursor the value of status property is not displayed unless it is mentioned in the onmouseout event of that link.
Rating:
Was this information helpful?
Other articles
- What is a value?
- What is the charCodeAt method?
- What is the bold method?
- What is the hostname property of the server object?
- What are constructors?