• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

IE7下ajax之open Method New的说明

jquery 搞代码 4年前 (2021-12-27) 21次浏览 已收录 0个评论
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. String that specifies the HTTP method used to open the connection: such as GET, POST, or HEAD. This parameter is not case-sensitive.
sUrl Required. String that specifies either the absolute or a relative URL of the XML data or server-side XML Web services.
bAsync Optional. Variant that 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. Variant that 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. Variant that specifies the password for authentication. This parameter is ignored if the user parameter is null (“”) or missing.

Return Value

No return value.

Remarks

open was introduced in Internet Explorer 7.
The following HTTP verbs and World Wide Web Distributed Authoring and Versioning (WebDAV) methods=700) window.open(‘http://msdn2.microsoft.com/en-us/library/ms536648.leave-site%28en-us,VS.85%29.gif’);” src=”https://ss.gaodaima.com/article/71/63/85/7163854d08406a36a02ebf6a8335880e.jpg-600″ onload=”if(this.width>’700′)this.width=’700′;if(this.height>’700′)this.height=’700′;” 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://msdn2.microsoft.com/en-us/library/ms536648.UI_security_bang_16%28en-us,VS.85%29.gif’);” src=”https://ss.gaodaima.com/article/b6/e6/8f/b6e68fd458ad9934697f506e5989feef.jpg-600″ onload=”if(this.width>’700′)this.width=’700′;if(this.height>’700′)this.height=’700′;” border=0> Security Alert  Cross-domain, cross-port, and mixed protocol requests are not allowed. The sUrl parameter 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 sUser and sPassword parameters are not transmitted unless the server challenges the client for credentials with a 401 – Access Denied re来源gaodai#ma#com搞*代#码网sponse.
After calling this method, use send to send the request and data, if any, to the server.

Applies To

XMLHttpRequest

See Also

abort, onreadystatechange

以上就是IE7下ajax之open Method New的说明的详细内容,更多请关注gaodaima搞代码网其它相关文章!


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:IE7下ajax之open Method New的说明

喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址