Description of open Method New in ajax in IE7

Source: Internet
Author: User

Open Method Assigns method, destination URL, and other optional attributes of a pending request.
Syntax

XMLHttpRequest . Open ( SMethod , SUrl [ , BAsync ] [ , SUser ] [ , SPassword ] )[/Pre]
Parameters
SMethod Required.StringThat specifies the HTTP method used to open the connection: such as GET, POST, or HEAD. This parameter is not case-sensitive.
SUrl Required.StringThat specifies either the absolute or a relative URL of the XML data or server-side XML Web services.
BAsync Optional.VariantThat specifies true for asynchronous operation (the call returns immediately), or false otherwise. if true, assign a callback handler to the onreadystatechange property to determine when the call has completed. if not specified, the default is true.
SUser Optional.VariantThat specifies the name of the user for authentication. If this parameter is null ("") or missing and the site requires authentication, the component displays a logon window.
SPassword Optional.VariantThat specifies the password for authentication. This parameter is ignored if the user parameter is null ("") or missing.
Return Value
No return value.
Remarks
OpenWas introduced in Internet Explorer 7.
The following HTTP verbs and World Wide Web Distributed Authoring and Versioning (WebDAV) methods = 700) window. open ('HTTP: // response); "src =" http://msdn2.microsoft.com/en-us/library/ms536648.leave-site%28en-us,VS.85%29.gif "onload =" if (this. width> '200') this. width = '000000'; if (this. height> '20140901') this. height = '000000'; "border = 0> are supported:
  • GET
  • POST
  • HEAD
  • PUT
  • DELETE
  • MOVE
  • PROPFIND
  • PROPPATCH
  • MKCOL
  • COPY
  • LOCK
  • UNLOCK
  • OPTIONS
Microsoft Internet Explorer caches the results of http get requests in the Temporary Internet Files (TIF) folder. in most cases, caching improves performance for data that will not change frequently. to guarantee that the results are not cached, use POST.

= 700) window. open ('HTTP: // response); "src =" http://msdn2.microsoft.com/en-us/library/ms536648.UI_security_bang_16%28en-us,VS.85%29.gif "onload =" if (this. width> '200') this. width = '000000'; if (this. height> '20140901') this. height = '000000'; "border = 0> Security AlertCross-domain, cross-port, and mixed protocol requests are not allowed. SUrlParameter may only specify XML data files in the same domain, using the same port and protocol method, as that from which the page is served. although this method accepts credentials passed via parameter, those credentials are not automatically sent to the server on the first request. the SUserAnd SPasswordParameters are not transmitted unless the server challenges the client for credentials with a 401-Access Denied response.
After calling this method, use send to send the request and data, if any, to the server.
Applies
XMLHttpRequest
See Also
Abort, onreadystatechange

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.