This is weird. I am "building" a string of html from a db, then assigning it's value to a text box like this...
When I trace the xml it looks right, it is very simple...
The code is so simple it makes me laugh, ....
for(i=0;i<arrayHtaml.length;i++){
strNewHtml = strNewHtml +...
Hi, can't seem to figure out how to return "1234", "David" or "Book" from this xml doc..
<Reports>
<Report>
<UserNumber>1234</UserNumber>
<FirstName>David</FirstName>
<LastName>Book</LastName>
</Report>
</Report>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.