Hello, Wondering if anyone might have insight into using jQuery with Mshtml.
I'm trying to automate a textarea control that is inside of a dojo widget (ajax). I want to send text to the textarea and have it display as if the user were manually entering the text. I've tried the standard methods but the control is wrapped so tight with dojo that I cannot get to it, the closest I can get is its offscreen textarea control, but placing text in there does not display it nor is the text actually attached to it, so that when I save, nothing happens. I'm thinking that maybe if I attach google's jquery UI script to the page I can then make some calls that will allow me to do this through mshtml ExecuteJavaScript. Anyway, if anyone has done something like this with jquery and mshtml please advise. Thanks in advance!