This topic has not yet been rated - Rate this topic

url property

Sets or retrieves the fully qualified URL of the document that fired the event.

Internet Explorer 8

Syntax

HRESULT value = object.put_url( v);HRESULT value = object.get_url(* p);

Property values

Type: BSTR

the URL string.

Remarks

To see if two documents are in the same domain, compare IHTMLEventObj5::url with the IHTMLAnchorElement::hostname property.

See also

IHTMLEventObj5::origin

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.