<html>
<body>
<p>Look at the text in the statusbar.</p>
<p><b>Note:</b> This property does not work in default configuration of IE, Firefox, Chrome, Safari or Opera 15+.</p>
<script>
window.status = "Some text in the status bar!!";
</script>
</body>
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_win_statusbar by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:04:10 GMT -->
</html>