好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

IE7下ajax之open Method New的说明

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="http://msdn2.microsoft.com/en-us/library/ms536648.leave-site%28en-us,VS.85%29.gif" 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="http://msdn2.microsoft.com/en-us/library/ms536648.UI_security_bang_16%28en-us,VS.85%29.gif" 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 response.
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的说明的详细内容...

  阅读:90次

CopyRight:2016-2025好得很程序员自学网 备案ICP:湘ICP备09009000号-16 http://www.haodehen.cn
本站资讯不构成任何建议,仅限于个人分享,参考须谨慎!
本网站对有关资料所引致的错误、不确或遗漏,概不负任何法律责任。
本网站刊载的所有内容(包括但不仅限文字、图片、LOGO、音频、视频、软件、程序等)版权归原作者所有。任何单位或个人认为本网站中的内容可能涉嫌侵犯其知识产权或存在不实内容时,请及时通知本站,予以删除。

网站内容来源于网络分享,如有侵权发邮箱到:kenbest@126.com,收到邮件我们会即时下线处理。
网站框架支持:HDHCMS   51LA统计 百度统计
Copyright © 2018-2025 「好得很程序员自学网
[ SiteMap ]