FPHTMLWindow2 Object

FPHTMLWindow2
Multiple objects

Represents the window in which an HTML document or a frame within an HTML document is displayed. See also the IHTMLWindow2 object.

Using the FPHTMLWindow2 object

Use the parentWindow property of the FPHTMLDocument object to return an FPHTMLWindow2 object. The following example accesses the window in which the active document is displayed.

Dim objWindow As FPHTMLWindow2

Set objWindow = ActiveDocument.parentWindow

Properties | clientInformation Property | closed Property | defaultStatus Property | Document Property | event Property | external Property | frames Property | history Property | Image Property | Length Property | location Property | name Property | navigator Property | offscreenBuffering Property | onbeforeunload Property | onblur Property | onerror Property | onfocus Property | onhelp Property | onload Property | onresize Property | onscroll Property | onunload Property | opener Property | Option Property | parent Property | screen Property | self Property | status Property | top Property | Window Property

Methods | alert Method | blur Method | clearInterval Method | clearTimeout Method | close Method | confirm Method | execScript Method | focus Method | item Method | moveBy Method | moveTo Method | navigate Method | open Method | prompt Method | resizeBy Method | resizeTo Method | scroll Method | scrollBy Method | scrollTo Method | setInterval Method | setTimeout Method | showHelp Method | showModalDialog Method | toString Method

Events | onbeforeunload Event | onblur Event | onerror Event | onfocus Event | onhelp Event | onload Event | onresize Event | onscroll Event | onunload Event

Parent Objects

Child Objects | IHTMLDocument2 Object | IHTMLEventObj Object | IHTMLFramesCollection2 Object | IHTMLImageElementFactory Object | IHTMLLocation Object | IHTMLOptionElementFactory Object | IHTMLScreen Object | IHTMLWindow2 Object | IOmHistory Object | IOmNavigator Object