Platform SDK: Web Telephony Engine

Session.LastVisitedPage Property

The LastVisitedPage property retrieves the last-visited URL, which is the URL of the page before the navigation to the current page.

Syntax

[ sURL = ] Session.LastVisitedPage

Possible Values

sURL
String specifying the last-visited URL.

This property is read-only.

Remarks

The URL returned by this property is not necessarily the same URL to which Internet Explorer navigates when executing "history.back 1". This is because when navigating backward, the last visited URL is the URL accessed through "history.forward 1".

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