C++: CString vtiGetWebURL();
VB: vtiGetWebURL as String
Description
This method returns the full URL of the current web, starting with the string “http://”, then including the web server’s name (and its port number, if not the default of ‘80’), and followed by the web path relative to the server’s root directory. Use this string to construct a valid web address (full URL) for the current web server, or any page or image in the current web. If the returned URL is empty, the FrontPage Explorer has no open web.
Return Value
Examples: “http://www.microsoft.com”, “http://microsoft.com:8080/explore”.
Parameters
None.