怎样在Visual Basic 6.0中,使用Microsoft Internet Controls 发送这样的一个表单:(如果你不想看的话,这是一个登陆页面,表单中有一个名为UserName和一个名为Password的文本框,一个名为save的复选框,一个文字为“ 登陆 ”的啼叫按钮,和一个隐藏的输入控件。表单目标为 px。)<form id="sendForm" method="post" action=" px"> <colgroup> <col bgcolor="#EEEEEE" align="right"> <col bgcolor="#FFFFFF"> </colgroup> <tr> <td align="right">用户名:</td> <td><input type="text" name="UserName" size="25"></td> </tr> <tr> <td align="right">密码:</td> <td><input type="password" name="Password" size="25"> <input type="checkbox" name="save" value="ON"> <span onclick=" ecked = ! ecked">下次自动登录</span></td> </tr> <tr> <td> </td> <td> <input type="submit" value=" 登陆 "> </td> </tr> <input type="hidden" name="strurl" value="../"> </form>