“Ctrl+/”
“F11/ESC”
<!DOCTYPE html>
<html>
<body>
<script>
window.status="Some text in the status bar!!";
</script>
<p>Look at the text in the statusbar.</p>
<p>Note: This property does not work in default configuration of IE, Firefox, and some other browsers!</p>
</body>
</html>