forward( )

Causes the M-Business Anywhere client browser to go forward one page in the user's browse history.

Interface

PODSWindow

IDL definition
void forward( );
JavaScript synopsis
window.forward( )
C synopsis
void PODSforward(PODSWindow* window)
Parameters
  • window   The PODSWindow object.

Returns

None

Remarks

Equivalent to the user pressing the browser’s Forward button.

See also

back( ), home( ), getLocation( ), setLocation( )