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
What are the parameters of open method of XMLHttpRequest object?