Write to the Browser Status Bar w/JavaScript

Mindwatering Incorporated

Author: Tripp W Black

Created: 07/06/2011 at 10:37 AM

 

Category:
Notes Developer Tips
JavaScript

Task:
Write a message to the web browser status bar.

Solution:
window.status = "Message to write to the web browser status bar";


previous page