Platform SDK: Web Telephony Engine

Session.LastVisitedTagID Property

The LastVisitedTagID property retrieves the identifier (ID) of the element within which the last navigation was initiated.

Syntax

[ sID = ] Session.LastVisitedTagID

Possible Values

sID
String specifying the ID.

This property is read-only.

Remarks

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

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

Session