July 1998
Intermediate to advanced
1456 pages
65h 5m
English
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 4). See the userProfile object.
navigator.userProfile.addReadRequest("vcard.displayname")
navigator.userProfile.doReadRequest("3", "MegaCorp Customer Service")
var custName = navigator.userProfile.getAttribute("vcard.displayname")
navigator.userProfile.clearRequest( )
if (custName) {
...
}
userProfile object reference.
Browser default.
Read now
Unlock full access