vtiEditWebPage

C++: long vtiEditWebPage(LPCTSTR pszPageURL);
VB: vtiEditWebPage(PageURL as String) as Long

Description

This method will load a web from the current web, or the Internet, into the appropriate editor registered with the FrontPage Explorer. For HTML documents, this is typically the FrontPage Editor.

This call is non-blocking; it returns immediately, and does not wait until the page is loaded into an editor.

Return Value

The return value is currently 1 for success and 0 for failure, but this may change to include other status codes in the future.

Parameters

PageURL designates a document in the current web or on the Internet. Examples: “index.htm”, “http://www.microsoft.com/”, “logo.gif”.