URL_EVENT_ENTRY
Visual Studio 2010
Maps a URL or HTML resource to a page in a multipage dialog.
URL_EVENT_ENTRY(className, url, mapName)
If the page is an HTML resource, url must be the string representation of the resource's ID number (that is, "123", not 123 or ID_HTMLRES1).
The page identifier, mapName, is an arbitrary symbol used to link embedded DHTML event maps to URL event entry maps. It is limited in scope to the DHTML and URL event map.
See the example in BEGIN_DHTML_URL_EVENT_MAP.