banner

UserInfo.get_Zip method

Returns the end user's ZIP code or postal code that is stored in the UserInfo object.

Syntax

sZip = window.external.UserInfo.get_Zip();

Parameters None
Return Values String. The value of the end user's ZIP code or postal code that is stored in the UserInfo object.
Applies To window.external.UserInfo
Example
var strZip = window.external.UserInfo.get_Zip();