Forcing the WebTextArea TextChange event

I need to insert a string into a WebTextArea where the text Carat is located. I have the javascript to do this working but the problem is that the TextChange event doesn’t fire.

Does anyone know a way to force this to fire with Javascript so I can get the server to have the updated version of the WebTextArea’s text?

Bump does anyone know the Javascript to trigger this event?

[quote=172346:@Brock Nash]I need to insert a string into a WebTextArea where the text Carat is located. I have the javascript to do this working but the problem is that the TextChange event doesn’t fire.

Does anyone know a way to force this to fire with Javascript so I can get the server to have the updated version of the WebTextArea’s text?[/quote]

I tried to do that a while ago but never succeeded. The best alternative I could find was to send back the content to Xojo through HashTagChanged or TriggerServerEvent.