怎樣在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>