ddaland
25th April 2008, 10:09 AM
I'm using HTML form elements on my webpage. Once JSpell engages I would like to be able to change the color of a textbox background or highlight the text within the textbox. I understand that my textbox is now an IFrame and I've been able to access the value and many other properties in the IFrame including setting focus to the IFrame, but I'm not able to change any styles even though I can read them. Is there any way to change the styles or highlight the IFrame without disengaging JSpell? And what other events can I attach beside keyup?