Discussion
1
Replies
2750
Views
Posted: November 3, 2015
Last activity: November 12, 2015
Closed
How to set javascript variable value to a text field
Hi guys,
I have a value in java script variable, i want to put the value in the text field of the section, how can i acheive it.
TIA
Hi Veena,
You can try below code
document.getElementById("myText").value = js variable;