Platform SDK: Web Telephony Engine |
The LastVisitedTagID property retrieves the identifier (ID) of the element within which the last navigation was initiated.
[ sID = ] Session.LastVisitedTagID
This property is read-only.
If the navigation occurred in an element without an ID, the IDs of parent elements are retrieved until an element with ID is found or WTE reaches the start of the page. Note that the beginning of the HTML element hierarchy is the BODY element.
This parameter can be combined with the Session.LastVisitedPage property to compose a "unique" URL. The syntax of the last-visited element ID is as follows:
SPreviousID = External.Session.LastVisitedID
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Mswtecom.idl and Mswtecom.h.
Library: Use Mswtecom.lib.