テキスト領域のテキストを設定するためにこれが機能しないのはなぜですか?
document.getElementById("code").value = "hey farmer";
私も試しました:document.getElementById('code').value = "hey farmer";
getElementByName を使用して値を設定する方法はありますか?
どんな助けでも大歓迎です
[html]
<form>
<textarea id="code" name="code">
Lollllllll
</textarea>
</form>