Passing info from cftextarea within a Flash form to a Javascript function
I am wondering if there is any way to pass the data of a cftextarea within a flash form to a javascript function on the same page? I am trying to implement a spell checking feature onto a flash form. I am sure that my spell checking code works, as it correctly spell checks when I am in a non-flash cfform area.
I have tried linking the javascript function to the form info through this convention:
document.form.TextAreaName
Unfortunately I have had no success. Any help on this issue would be very much appreciated.
Thanks,
AeroNicko
