Click to return to the DHTML, HTML     
autoscan Method     blur Method     DHTML Methods    
Web Workshop  |  DHTML, HTML & CSS

back Method


Loads a URL from the History list.

Syntax

history.back([iDistance])

Parameters

iDistanceOptional. Integer that specifies the number of URLs to go back. If no value is provided, the previous URL is loaded.

Return Value

No return value.

Remarks

This method performs the same action as when a user clicks the Back button in the browser. The back method works the same as history.go(-1). An error does not occur if the user tries to go beyond the beginning of the history. Instead, the user remains at the current page.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:

history

See Also

forward, go



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.