getLocation( )

Gets the PODSLocation object for the current M-Business Client browser window.

Interface

PODSWindow

IDL definition
PODSLocation getLocation( );
JavaScript synopsis
window.getLocation( )
C synopsis
PODSLocation* PODSgetLocation(PODSWindow* window);
Parameters
  • window   The PODSWindow object.

Returns

The PODSLocation object for the current M-Business Client browser window.

See also

setLocation( ), back( ), forward( ), home( )