Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
The historyobject contains information about the URLs visited by the client.
Properties
Property | Data type | Access | Description |
---|---|---|---|
length |
Long |
Read-only |
Always returns 0. |
Methods
Method | Syntax | Description |
---|---|---|
back |
back( distance ) |
Loads the previous URL from the history list. This is the same as pressing the back button. |
forward |
forward( distance ) |
Loads the next URL from the history list. This is the same as pressing the forward button. |
go |
go( name , index ) |
Loads a URL from the history list. Valid values for indexare -1, 0, and 1. go(0)counts as a navigation. |
Requirements
Windows Mobile | Pocket PC 2000 and later, Smartphone 2002 and later |