This topic has not yet been rated - Rate this topic

source property

Gets the window object that sent the message.

HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 6.1Internet Explorer 9

Syntax

HRESULT value = object.get_source(IHTMLWindow2** p);

Property values

Type: Object

The window of origin.

Standards information

Remarks

In cross-document messaging, the IDOMMessageEvent::source attribute provides access to the window object that sent the message.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.