home( )

Causes the M-Business Client browser to go to the home page. This is the page that lists all of the channels the user has subscribed to.

Interface

PODSWindow

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

Returns

None

Remarks

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

See also

back( ), forward( ), home( ), getLocation( )