It appears there's something wrong with the javascript file. That's where the error is happening - I don't think it's conflicting with another hack.
It's giving me an error with line 25 in the javascript file - here's line 25:
h_spellform.spellstring.value = document.forms[formName]["message"].value;
In the error I'm receiving, it's seeing the variable "formName" as "..." and saying it's null or not an object.
|