There is no getElementByName in JavaScript. Easiest solution, add an id, and use getElementById. <textarea name="comment" id="comment" ...
確定! 回上一頁