back( )

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

Interface

PODSWindow

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

Returns

None

Remarks

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

See also

forward( ), home( ), getLocation( ), setLocation( )