IWebBrowser::Navigate

The Navigate method of the Web browser control navigates to a resource identified by a Universal Resource Locator (URL), or to a file identified by a full path.

Syntax

HRESULT IWebBrowser::Navigate (
BSTR
URL,
VARIANT FAR* Flags,
VARIANT FAR* TargetFrameName,
VARIANT FAR* PostData,
VARIANT FAR* Headers,
);

At a Glance

Header file: Exdisp.h
Platforms: H/PC
Windows CE versions: 2.0 and later
Complete documentation: Microsoft Platform SDK

Remarks

The Flags and Headers parameters aren't used. Set the Flags parameter to zero. Set the Headers parameter to the empty string ("") or NULL.