banner

UserInfo.set_Address1 method

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

Syntax

window.external.UserInfo.set_Address1(sAddress1);

Parameters sAddress1

String. The value of the first 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_Address1("1234 Main Street");