function retNodeValue(req,node)
{
if(req.responseXML.getElementsByTagName(node)[0].firstChild!=null||req.responseXML.getElementsByTagName(node)[0].firstChild!="")
return req.responseXML.getElementsByTagName(node)[0].firstChild.nodeValue;
else
return ' ';
}
No comments:
Post a Comment