以下为引用的内容:
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
for(j=0;jgetnode.childNode...[ 查看全文 ]