How to get text from text_Box1 to Web_Viewer in <textarea id="input"

i have an html in the Web_Viewer with “”. i want to get text from the text_Box1 into this textarea. i used evalaute with this javascript: document.getElementById(“input”).value = “text_Box1”;
i didn’t get any result. please could you show me. thanks…

thanks i solve it. it gets the text from textbox to webviewer input textarea.
if someone needs in the future, blocks are like that.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.