The IHTMLWindow3 interface provides access to additional methods of the window object, which represents an open window in the browser.
IHTMLWindow3 Methods
attachEvent Binds the specified function to an event, so that the function gets called whenever the event fires on the object. detachEvent Unbinds the specified object from the event, so that the object stops being called whenever the event fires. get_clipboardData Retrieves the data transfer object for the window. Using the data transfer object, you can write information to, and read it from, the clipboard. get_onafterprint Retrieves a pointer to the event handler function associated with the onafterprint event of the window. get_onbeforeprint Retrieves a pointer to the event handler function associated with the onbeforeprint event of the window. get_screenLeft Retrieves the left offset of the window, in pixels, relative to the 0,0 position (top-left corner) of the element's window or the element's parent window. get_screenTop Retrieves the left offset of the window, in pixels, relative to the 0,0 position (top-left corner) of the element's window or the element's parent window. Prints the current window. put_onafterprint Sets a pointer to the event handler function associated with the onafterprint event of the window. put_onbeforeprint Sets a pointer to the event handler function associated with the onbeforeprint event of the window. setInterval Evaluates an expression after a specified number of milliseconds has elapsed. setTimeout Evaluates an expression after a specified number of milliseconds has elapsed. showModelessDialog Creates a modeless dialog box.
Interface Information
Implementation System (Mshtml.dll) Inherits from IDispatch Header and IDL files Mshtml.h, Mshtml.idl Minimum availability Internet Explorer 4.0 Minimum operating systems Windows 95, Windows NT 4.0