setLocation( )

Loads and displays the contents of the specified URL in the M-Business Client browser window.

Interface

PODSWindow

IDL definition
void setLocation(PODSString url);
JavaScript synopsis
window.setLocation(url)
C synopsis
void PODSsetLocation(
  PODSWindow* window,
  PODSString url
);
Parameters
  • window   The PODSWindow object.

  • url   [in] The URL for the page to be displayed.

Returns

None

See also

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