You are not logged in.
I'm seeing strange behavior with IE which I cannot reproduce in Firefox.
Specifically, I get TWO Javacript errors with the following page:
http://www.achd.net/webadmin/lnav.php
The first is in HTMLArea.Display where the innerHTML attribute is being set:
this.rootElem.innerHTML = html
The second is in HTMLArea.prototype.updateToolbar, also on the line where innerHTML is being set:
this._statusBarTree.innerHTML = HTMLArea._lc("Path") + ": "; // clear
The latter occurs repeatedly whenever I select the text in the text area.
This does not happen in Firefox and I use the php htmlentities function to make sure that the HTML special characters are converted to HTML entities.
Can anyone suggest what I am doing wrong?
Thanks!
Sean McLinden
Consultant
Allegheny County Health Department
Offline