BEGIN_URL_ENTRIES

 

Starts the definition of a URL event entry map in a multipage dialog.

Syntax

BEGIN_URL_ENTRIES(
className )

Parameters

Remarks

Because a multipage DHTML dialog consists of multiple HTML pages, URL event entries are used to map URLs or HTML resources to corresponding embedded DHTML event maps. Put URL_EVENT_ENTRY macros between BEGIN_URL_ENTRIES and END_URL_ENTRIES macros.

Example

See the example in BEGIN_DHTML_URL_EVENT_MAP.

Requirements

Header: afxdhtml.h

See Also

MFC Macros and Globals
Multipage DHTML and URL Event Maps (NIB)