banner

UserInfo.set_Address2 method

Sets the second line of the end user's address in the UserInfo object.

Syntax

window.external.UserInfo.set_Address2(sAddress2);

Parameters sAddress2

String. The value of the second line of the end user's address to save in the UserInfo object.

Return Values None
Applies To window.external.UserInfo
Example
window.external.UserInfo.set_Address2("Suite 5678");