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.
JavaScript では、次を使用してフォーム送信を行うことができます
document.getElementById('edit').form.submit();
IHTMLElementC++を使用してこれを行う方法を知りたいですか?
IHTMLElement
ページからフォーム要素を取得してIHTMLElement->click()APIを使ってみました。
IHTMLElement->click()
しかし、アクションは実行されません。
ページから「FORM」要素を取得して送信するにはどうすればよいですか?