Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or gets the URL for the current document.
Syntax
HRESULT value = object.put_URL( v);HRESULT value = object.get_URL(* p);
Property values
Type: BSTR
the URL.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.4
Remarks
The IHTMLDocument2::URL property is case-sensitive.
See also
Reference