首页 相关文章 asp查询xml的代码实现了无刷新、模糊查询功能

asp查询xml的代码实现了无刷新、模糊查询功能

  html
  head
  title不刷新页面查询的方法/title
  meta http-equiv="Content-Type" content="text/html; charset=gb2312"
  /head
  script language="javascript"
  !--初始化,将数据岛中数据装入列表框中--
   function loadinsel()
   {
   var employeeid,employeelastname;    //分别存放雇员ID和雇员名字
   root=document.all.xmlemployees.childNodes.item(0); //返回第一个元素--employee
   for(i=0;iroot.childNodes.length;i++){
    getnode=root.childNodes(i);      //得到empolyee的一个子节点
   employeeid=root.childNodes(i).getAttribute("emid");//得到雇员ID
  ...[ 查看全文 ]

2016-02-19 标签:

asp查询xml的代码实现了无刷新、模糊查询功能的相关文章

手机页面
收藏网站 回到头部