banner

UserInfo.set_Zip method

Sets the end user's ZIP code that is stored in the UserInfo object.

Syntax

window.external.UserInfo.set_Zip(sZip);

Parameters sZip

String. The value of the end user's ZIP code that is stored in the UserInfo object.

Return Values None
Applies To window.external.UserInfo
Example
window.external.UserInfo.set_Zip("12345");