banner

Tapi.get_AllCountryName method

Returns a string buffer containing all the Telephony API (TAPI) country/region names formatted for insertion into a Hypertext Markup Language (HTML) <SELECT> element.

Syntax

sBuffer = window.external.Tapi.get_AllCountryName();

Parameters None
Return Values String. A string buffer containing all the TAPI country/region names formatted as:
<OPTION>[name of country/region]</OPTION><OPTION>...
Applies To window.external.Tapi
Example
var strCountry = window.external.Tapi.get_AllCountryName();