HTML 表单 例子解释 - HTML 表单正如您看到的,它仅仅是一个简单的 HTML 表单,其中带有名为 "users" 的下拉列表,这个列表包含了姓名,以及与数据库的 "id" 对应的选项值。表单下面的段落包含了名为 "txtHint" 的 div。这个 div 用作从 web 服务器检索到的信 Read More
posted @ 2016-08-04 15:40 JohnYunhan Views(290) Comments(0) Diggs(0) Edit
代码解释:1. 首先创建用作 XMLHttpRequest 对象的 XMLHttp 变量。把它的值设置为 null。2. 按照 web 标准创建对象 (Mozilla, Opera 以及 Safari):XMLHttp=new XMLHttpRequest()3. 按照微软的方式创建对象,在 Int Read More
posted @ 2016-08-04 10:16 JohnYunhan Views(333) Comments(0) Diggs(0) Edit
运行时报错: Read More
posted @ 2016-08-04 08:48 JohnYunhan Views(856) Comments(0) Diggs(0) Edit