userProfile.clearRequest() (Method)

Clear all read requests from the queue.

Availability:

JScript - 3.0
Internet Explorer - 4.0
JavaScript syntax:IEnavigator.userProfile.clearRequest()

You should use this as soon as you have retrieved the necessary user information. It purges all pending requests. If you don't use this call, then if you made some more requests, next time you call the doReadRequest() method the user is asked for permission to access an ever increasing list of preferences.

See also:userProfile object, userProfile.addReadRequest()