GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
WWW::Scripter::History(3) User Contributed Perl Documentation WWW::Scripter::History(3)

WWW::Scripter::History - History object for WWW::Scripter

Version 0.032

length
Returns the number of items in the browser's history.

This is 1 when you haven't gone anywhere yet.

index
Returns the current position in the history list.
go ( $distance )
Moves forward (positive $distance) or back (negative) in history, or reloads the page if $distance is 0. If the $distance would cause navigation beyond either beginning or end of the history list, nothing happens.
back
Same as "$history->go(-1)".
forward
Same as "$history->go(1)".
pushState( $some_scalar, $title, $url )
This adds a 'dummy' entry to browser history, which is identical to the current page (actually, it is the current page), except that it has the state information contained in $some_scalar associated with it. The $url, if specified, becomes the URL of the current page (so a script can lie about what the URL is). The $title is ignored.

See WWW::Scripter

-
WWW::Scripter
2016-07-16 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.