banner

Tapi.get_CountryNameForIndex method

Returns the friendly name of a Telephony API (TAPI) country/region index.

Syntax

sCountryName = window.external.Tapi.get_CountryNameForIndex(iCountryIndex);

Parameters iCountryIndex

Integer. The index number of the TAPI country or region.

Return Values String. The friendly name of a TAPI country/region index value.
Applies To window.external.Tapi
Example
var strCountryName = window.external.Tapi.get_CountryNameForIndex(030);