Posted by Kris on 11/27/05 21:37
On 2005-11-27 15:25:46 +0100, keerthana_m_2003@yahoo.com said: > return(xmlDoc.getElementsByTagName(pageNN)[0].firstChild.nodeValue); Try this: return(xmlDoc.responseXML.getElementsByTagName(pageNN)[0].firstChild.nodeValue); ___________^^^^
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming