The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mozilla::DOM::History

Mozilla::DOM::History is a wrapper around an instance of Mozilla's nsIDOMHistory interface. This class inherits from Supports.

CLASS METHODS

$iid = Mozilla::DOM::History->GetIID()

Pass this to QueryInterface.

METHODS

$history->Back()

$history->Forward()

$current = $history->GetCurrent()

$length = $history->GetLength()

$next = $history->GetNext()

$previous = $history->GetPrevious()

$history->Go($delta)

    • $aDelta (integer (long))

$retval = $history->Item($index)

    • $index (integer (long))

SEE ALSO

Mozilla::DOM

COPYRIGHT

Copyright (C) 2005-2007, Scott Lanning

This software is licensed under the LGPL. See Mozilla::DOM for a full notice.