Private Sub Command1_Click()
WebBrowser1.Document.getElementById("email").innerText = Text1.Text '帳號
WebBrowser1.Document.getElementById("pass").innerText = Text2.Text '密碼
WebBrowser1.Document.body.All("u_0_l").Click '登入
End Sub
Private Sub Form_Load()
WebBrowser1.Navigate "FB.ME"
End Sub