|
And where exactly on the page did you use the technologies described above? I checked your page and I don't see anything about XMLHTTPRequest...
You are preloading all data using a javascript: endocrine_data.js, and no matter what comments you put on top of the definitions, javascript arrays and classes have nothing to do with XML.
Instead of doing it this complex, you could put the a-elements out of the div-elements and just set the text of the div-element using innerHTML. About the same for the link and change the text from more to less.
But first of all in order to save traffic you better use server-side scripting and databases. For sure a javascript file is not a substitute for a database.
Regards and I hope this really helps you,
Nikolay
|