I want to make a "Message of the day" panel for my portal, but for some reason i can't get the xml file to load using javascript.
This is my parser code.
function loadXMLDoc("news.xml")
{
if (window.XMLHttpRequest)
{
xhttp=new XMLHttpRequest();
}
else // IE 5/6
{
xhttp=new...