Edit This Code:
<!DOCTYPE html>
<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>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy