origin property

Gets the Uniform Resource Identifier (URI) of the document of origin.

 

Syntax

HRESULT value = object.get_origin(* p);

Property values

Type: BSTR

The URI of origin.

Standards information

Remarks

In cross-document messaging, the IDOMMessageEvent::origin attribute represents the originating URI of the document that sent the message (typically the URI includes the scheme, host name, and port of the document, but not its path or fragment identifier).