摘要: /* Create a new XMLHttpRequest object to talk to the Web server */var xmlHttp = false;/*@cc_on @*//*@if (@_jscript_version >= 5)try { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");} catch (e) { tr... 阅读全文
posted @ 2006-08-04 15:20 dannyr|一个都不能少! 阅读(362) 评论(0) 推荐(0) 编辑
摘要: Object Methods Common XMLHttpRequest Object Methods Method Description abort() Stops the current request getAllResponseHeaders() Returns complete set of headers (labels and values) as a string ... 阅读全文
posted @ 2006-08-04 15:11 dannyr|一个都不能少! 阅读(392) 评论(0) 推荐(0) 编辑