Quote:
Originally Posted by boydekort
I installed this but i get the following error on newreply and newthread.
Code:
runtime error: 'spell_formname' is empty or is not an object
and points to
Code:
h_spellform.spell_formname.value = formName;
what could be the problem ?
|
Try the instructions again (updated), I missed an important part, this bit is also needed in the template:
Code:
<form name="spell_form" id="spell_form" method="POST" target="spellWindow"
action="checkspelling.php">
<input type="hidden" name="spell_formname" value="">
<input type="hidden" name="spell_fieldname" value="">
<input type="hidden" name="spellstring" value="">
</form>