|
Java™ by example!
|
|
|
How do I access the browser's status bar?
Click on the applet and start typing!
We cannot read the browser's status bar, but we can write to it using the Applet method showStatus(String msg). AppletStatusDemo.java:
Another possibility is via JavaScript:
For example:
Roll the mouse over me and look at the status bar
Further Information
Author of answer: Sandor Gyarmati
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|