Javascript Reference
Objects > userProfile
javascript userProfile Description
The userProfile object reflects numerous pieces of information stored in the browser's user profile for the current user. This object has four met
javascript userProfile addReadRequest( )
Adds a request to inspect a particular user profile attribute to a queue that must be executed separately (via the doReadRequest( ) and getAttrib
javascript userProfile clearRequest( )
Empties the queue of attribute names to be retrieved. Use this after your script has successfully retrieved the required information. This prepares
javascript userProfile doReadRequest( )
Based on the items in the queue, this method inspects the browser to see whether the user has given permission to inspect these attributes in the pa
javascript userProfile getAttribute( )
Returns the value of the attribute, provided the user has given permission to do so. If that permission was denied, the method returns null . Use o

Powered by Linode.