I have a Spell Check function that I want triggered everytime someone leaves a text box field. The user will click in the text box and type some data and once they click out of the text box, the
JS function SpellCheck() should run. How can I accomplish this? I know how to make a function gain focus and think my solution involves this.
form.fieldname.focus()
Thans for any help.