BEGIN_URL_ENTRIES
Starts the definition of a URL event entry map in a multipage dialog.
BEGIN_URL_ENTRIES(className )
Parameters
- className
The name of the class containing the URL event entry map. This class should derive directly or indirectly from CMultiPageDHtmlDialog. The URL event entry map must be inside a DHTML and URL event map).
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