Vb6 在webbrowser中填写文本框没有id

Vb6 在webbrowser中填写文本框没有id,vb6,Vb6,这是网站http://www.checker.freeproxy.ru/checker/ 我试图用webbrowser填充文本框webbrowser中的文本框没有任何id这里是文本框的html源 <p class="lead">paste proxies you'd like to check below (100 max per time)</p> <form method="post" action="/checker/" id="checker-fo

这是网站
http://www.checker.freeproxy.ru/checker/
我试图用webbrowser填充文本框webbrowser中的文本框没有任何id这里是文本框的html源

<p class="lead">paste proxies you'd like to check below (100 max per time)</p>

    <form method="post" action="/checker/" id="checker-form">
        <fieldset>
            <textarea rows="3"></textarea>
        </fieldset>

        <p id="checker-form-toolbar">
            <button type="submit" class="btn btn-primary btn-block" data-checking-text="Checking proxies...">Check proxies</button>
        </p>

它不起作用

看看像
getElementsByTagName
这样的东西。嗨,Slaks,首先我想感谢你花时间回复,先生,我可以问一下你是否可以告诉我这部分是怎么做的,因为我需要专业人士的一点指导。可能是重复的编程语言不同
wb.Document.getElementById("textarea").focus
wb.Document.getElementById("textarea").innerText = Text4.Text