'doReadRequest()' Syntax, Parameters and Note : doReadRequest « Javascript Methods « JavaScript Reference

JavaScript Reference
1. Event Handlers Reference
2. Javascript Collections
3. Javascript Methods
4. Javascript Objects
5. Javascript Properties
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
JavaScript Reference » Javascript Methods » doReadRequest 
'doReadRequest()' Syntax, Parameters and Note

Note:

Executes all requests of the read-requests queue. 
    
Syntax:
    
userProfile.doReadRequest(param1, param2, param3, param4, param5)

Parameters:

    param1   Required; a code from to 12. 
            From: http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/doreadrequest.asp    
            0  Used for system administration.
            1  Used for research and product development.
            2  Used for completion and support of the current transaction.
            3  Used to customize the content and design of a site.
            4  Used to improve the content of a site that includes advertisements.
            5  Used for notifying visitors about updates to the site.
            6  Used for contacting visitors for marketing of services or products.
            7  Used for linking other collected information.
            8  Used by a site for other purposes.
            9  Disclosed to others for customization or improvement of the content and design of the site.
            10  Disclosed to others, who may contact the user, for marketing of services or products.
            11  Disclosed to others, who may contact the user, for marketing of services or products. The user can ask a site not to do this.
            12  Disclosed to others for any other purpose.
    param2   Optional; the name of the requesting party.
    param3   Optional; the pages the user's choice applies to in the future.
    param4   Optional; the path to the server requesting access.
    param5   Optional; the amount of time.

    

      
      
Related examples in the same category
1. 'doReadRequest()' Example
2. 'doReadRequest()' is applied to
www.java2java.com | Contact Us
Copyright 2010 - 2030 Java Source and Support. All rights reserved.
All other trademarks are property of their respective owners.