url property
[This documentation is preliminary and is subject to change.]
Sets or retrieves the fully qualified URL of the document that fired the event.
![]() |
Syntax
HRESULT value = object.put_url(BSTR v);HRESULT value = object.get_url(BSTR* 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
Build date: 6/12/2012
Community Additions
Show:
