0
Getting text content from comment box using javascript
Please how can I get a text Content from a Comment box using javascript?
2 ответов
+ 1
If by a comment box, you mean an input box, use the .value attribute of the box.
0
Thanks
Please how can I get a text Content from a Comment box using javascript?