ActiveX Guide

The Object Scripting Model - The Window Object


The Window Object.

The Window object is the top most object in the Internet Explorer, it basically represents the Internet Explorer. Those properties, methods and events defined within the Windows object can be used without specifying the window if the window in question is that that is currently being used.
e.g.

  1. <SCRIPT LANGUAGE="VBScript">
  2. <!--
  3. alert(name)
  4. -->
  5. </SCRIPT>
this will call the current windows' alert method and display the current windows' name in it.

  • The Windows' properties.

  • The Windows' methods.

  • The Windows' events.