Display information in status (window.status) : window : Javascript Objects JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Javascript Objects » window »

 

Display information in status (window.status)



    
<html>
<head>
<script language="JavaScript">
    function function1() {
        window.status = "Welcome to www.navioo.com";
    }
</script>
</head>
<body>
    <p onmouseover="function1();" style="cursor:hand">
    Check the status bar message.</p>
</body>
</html>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Javascript Objects
» window