Javascript Objects JavaScript DHTML




function function1() {
    navigator.userProfile.addReadRequest("vCard.DisplayName");
    navigator.userProfile.doReadRequest(1, "Desk Reference"); 
    alert(navigator.userProfile.getAttribute("vcard.DisplayName"));
    navigator.userProfile.clearRequest(); 




Click here