document.getElementById("content").innerHTML += "<b>Message:</b> "+ msgs[i].childNodes[1].firstChild.nodeValue;
the above received all the messages in the xml. I just want to receive the most recent messages when the page is refreshed such as how a chat room would work.
any ideas?
Go to the complete details ...