Hello J,
First, I don't know anything about any of the xml, php etc. However, I have IE and I did [with quick fingers] get the page to download before it started its constant load, and I also looked at the source in Firefox. There seems to be two sets of the call for the menu files.
At the top before the doctype and the html xmlns lines you get the milonic_src, mmenudom, mmenuns4 calls and then the information in the menu_data.js file is in script tags, not just the call for the file, but the actual stuff in the file is in the script tags. Then after the body tag there is the usual call for the 3 base files and the menu_data.js file. And when I was able to download it through IE it downloaded milonic_src twice, putting a [1] after one of the files. When I opened it in my editor and removed either one of those it quit trying to constantly reload.
Are you supposed to have something like this for the xml stuff, cdata tags?
Code: Select all
<script src="milonic_src.js" type="text/javascript"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
if(ns4)_d.write("<scr"+"ipt language='JavaScript' src='mmenuns4.js'><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language='JavaScript' src='mmenudom.js'><\/scr"+"ipt>");
//--><!]]>
</script>
Take it with a grain of salt because it may have nothing to do with any of this, as I said, I don't know about the xml, php stuff.
Ruth