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:
Related in same category :
-
-
|