Question:What are the parameters of open method of XMLHttpRequest object? 

Answer The parameters of open method of XMLHttpRequest object are :
method: The HTTP method used to open the connection,such as -GET,POST,PUT,HEAD,or PROPFIND
URL: The requested URL
asyncFlag: A boolean value indicating whether the call is asynchronous.
userName: The user name
password: The password 

+ Report
Total Preview: 1380
What are the parameters of open method of XMLHttpRequest object?
Copyright © 2024. Powered by Intellect Software Ltd