Assign value to the window status bar (IE) : Status Bar : Window JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Window » Status Bar »

 

Assign value to the window status bar (IE)

















<html>
<head>
<title>Status Bar Changer</title>

<script language="javascript" type="text/javascript">
<!--

function changeStatus()
{
     window.status=prompt("Message","default message");
}

//-->
</script>

</head>
<body>

<h1>Status Bar Changer</h1>

<P><a href="javascript:changeStatus()">Change Status</a></p>

</body>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Window
» Status Bar