platform( )

The platform; the machine type for which the browser code was compiled.

Interface

PODSNavigator

IDL definition
read-only attribute PODSString platform;
JavaScript synopsis
nav.platform
C synopsis
PODSString PODSgetPlatform(PODSNavigator* nav);
Parameters
  • nav   The PODSNavigator object.

Returns

The platform.

See also

javaEnabled( )