I have written an AJAX script:
for (j=0;j<xml.chil dNodes.length;j ++){
/*** CODE HERE ****/
}
In IE, i get the corrent code rendered, BUT in Firefox, i only get the first entry!!!
When i alert(xml.child Nodes.length) in Firefox, i ALWAYS get 1!!!! it works fine in IE, Opera, etc....
Please someone (anyone!) help!!!
for (j=0;j<xml.chil dNodes.length;j ++){
/*** CODE HERE ****/
}
In IE, i get the corrent code rendered, BUT in Firefox, i only get the first entry!!!
When i alert(xml.child Nodes.length) in Firefox, i ALWAYS get 1!!!! it works fine in IE, Opera, etc....
Please someone (anyone!) help!!!
Comment