摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Insert title here<... 阅读全文
posted @ 2009-06-11 12:33 fmxyw 阅读(266) 评论(0) 推荐(0)
摘要: async 属性 作 用 async 属性表示是否允许异步的下载。 基本语法 boolValue = XMLDocument.async;XMLDocument.async = boolValue; 说 明 布尔值是可擦写的(read/write),如果准许异步下载,值为True;反之则为False。 范 例 xmlDoc.async = "false"; alert(xmlDoc.async);... 阅读全文
posted @ 2009-06-11 12:14 fmxyw 阅读(273) 评论(0) 推荐(0)