Prev Demo
JavaScript
>
Change Browser Status Bar
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h1>Change Browser Status bar</h1> <p>This property does not work in any browsers, for showing the example we are creating demo.</p> <script> window.defaultStatus = "The default text in the status bar goes like this...." </script> </body> </html>
Note: We DO NOT save your trial code in our database.
Output