Set Default Status Information : window « Javascript Objects « JavaScript DHTML
- JavaScript DHTML
- Javascript Objects
- window
Set Default Status Information
<html>
<body>
<body bottommargin=150"
onLoad="window.defaultStatus='This is the status bar message'">
</body>
</html>
Related examples in the same category