JavaScript code:
USS=USSD.getElementsByTagName("UserSentences")[0]
JavaScript code:
(line 20) var name=USS.getElementsByTagName("UserSentence")[i].childNodes[0].text;
Debug.Trace(name)
Xml code:
<UserSentences>
<UserSentence><command>pipy</command><sentence>pipy</sentence></UserSentence></UserSentences>
just wrote stuff in xml check if it works
it gets the name but it still says for some reason
code:
pipy
Error: Object required (code: -2146827864)
File: xml.js. Line: 20.
Error: Object required (code: -2146827864)
File: xml.js. Line: 20.