hgourvest/dcef3

How send data to <textarea> ?

GigaSerial opened this issue · 0 comments

I need to send some text to a <textarea>, how to do this?

PS: I can not use ExecuteJavaScript, I need to send a giant html text to a <textarea>

Through ExecuteJavaScript I would need to replace all reserved symbols like ",", "" "," \ "etc,

Is there any way to do this?