javascript navigator userProfile
| userProfile | NN n/a IE 4 DOM n/a |
| Read-only | |
|
The userProfile property is, itself, an object that lets scripts request permission to access personal information stored in the visitor's user profile (for Win32 versions of Internet Explorer). See the userProfile object. |
|
| Example | |
navigator.userProfile.addReadRequest("vcard.displayname");
navigator.userProfile.doReadRequest("3", "MegaCorp Customer Service");
var custName = navigator.userProfile.getAttribute("vcard.displayname");
navigator.userProfile.clearRequest( );
if (custName) {
...
}
|
|
| Value | |
userProfile object reference. |
|
| Default | |
Browser default. |
|
1311,Nickname,Homepage or email,Comments here,Add comment
