0

I have some HTML and XML knowledge and completely new to Javascript.

I have a table in a html. Now I need to update some fields in the table with a XML file. E.g. update the total field in the table with the sales field in the XML file. The total should = total + sales.

thotwielder
  • 1,563
  • 7
  • 44
  • 83
  • 2
    thotwielder, Stack Overflow follows a Q&A format and you don't really have a question here. What, _precisely_, are you asking? What have you tried so far, if anything? Where is the XML coming from/how are you getting it? – dgvid Feb 20 '13 at 17:31
  • Please refer to the following question that already asked. – Dinoop paloli Feb 20 '13 at 18:59
  • @Dinooppaloli: No, that's the wrong direction to look for. The buzzwords to search for are AJAX and DOM manipulation. – Bergi Feb 20 '13 at 19:49
  • @dgvid: as I said I am completely new to JavaScript. So my question is very general like where should I begin. I don't even know it's doable or not. If I knew a precise question to ask normally that would not be a question. The XML is from local. Let's say it's just a experimental project. I know how to do it using like Java + web server etc. But I am targeted to see if it's doable using Javascript . Thanks. – thotwielder Feb 21 '13 at 10:31
  • @Dinooppaloli: the JQuery looks like something that will work. I am going to try out. Thanks. – thotwielder Feb 21 '13 at 10:38

0 Answers0