摘要:
首先我们来了解怎么在javascript中创建这个对象:var xmlHttp = new XMLHttpRequest();这行简单的代码在 Mozilla、Firefox、Safari、Opera 以及基本上所有以任何形式或方式支持 Ajax 的非 Microsoft 浏览器中,创建了 XMLHttpRequest 对象。但是对于市场占有率达到70%的IE来说,这种方法是不行的,而不同的IE版... 阅读全文
摘要:
XML 的文件声明: $xmlDecl=&$xmlDoc->createProcessingInstruction('xml','version="1.0"');$xmlDoc->appendChild($xmlDecl);在这我们可以看到声明信息也被当作是一个子节点做处理,也算是合理的定义。但这里我们可以发现 createProcessingInstruction() 方法存... 阅读全文
摘要:
[代码]代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<formenctype="multipart/form-data"name="upImage_form"action="upImage.php"method="post"><... 阅读全文