I created an interactive web page allowing users to explore the hormones in the human body using the techniques in this article. It worked brilliantly in FireFox. However, in IE 6 it ran very slowly and in fact gave no response if the clicks did not allow the XML document to be fully parsed. It is a large page and the XML was fairly large as well. I had to convert the JavaScript arrays. DOM processing of the HTML document with IE is very slow as well. The page is at
http://www.medicalcomputing.net/endocrine.html |