backback*
*



Contents  *



Index  *Topic Contents
*Previous Topic: assign
*Next Topic: blur

back

Description

Loads the previous URL in the History list.

Syntax

object.back( )

Return Value

No return value.

Remarks

This method performs the same action as a user choosing the Back button in the browser. The back method is the same as history.go(-1). Trying to go past the beginning of the history does not generate an error. Instead, you are left at the current page.

Applies To

history

See Also

forward, go


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.