Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
getelementid.innerHTML 値をテキストフィールドに取得する方法を教えてもらえますか?
ここのページを見てください:http://studiodms.com/qoresneaker/ma.php
通常、テキスト フィールドの値を設定して document.getElementById("yourId").value = newValue 、その方法で値を取得することもできます。
document.getElementById("yourId").value = newValue