'doReadRequest()' Example : userProfile : Javascript Objects : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP


JavaScript DHTML  »  Javascript Objects   » [  userProfile  ]   
 



'doReadRequest()' Example

Please note that some example is only working under IE or Firefox.

    
<html>
<head>
<script language="JavaScript">
function function1() {
    userProfile.doReadRequest(5'Microsoft');
    alert('done'); 
}
</script>
</head>
<body>
<button onclick="function1();">
Perform all requests located in the read-requests queue
</button>
</body>
</html>

    
      
      
Related examples in the same category
1.  'addReadRequest()' Example
2.  add Read Request
3.  Clear Request
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.