The Window object introduces many properties, methods, and events that allow the VBScript programmer to access the browser window.
Customizing the status bar You can use the defaultStatus property to determine the text that will appear in the browser window's status bar by default.
|
<HTML>
<SCRIPT LANGUAGE="VBSCRIPT">
<BODY BGCOLOR="#FFFFFF"> </BODY> </HTML> |
Describing links in the status bar When used with the Link object, the status property can provide information about hyperlinks as the mouse moves over them.
|
<HTML>
<SCRIPT LANGUAGE="VBSCRIPT">
Sub aBigTent_onMouseOver
Sub aHipMama_onMouseOver
Sub aNexus_onMouseOver
Sub aSuzuki_onMouseOver
<BODY BGCOLOR="#FFFFFF"> <B>Nav menu
</BODY> </HTML> |