Advertisement
2_2002-2004 Miscellaneous #125834

Login to www.gmail.com from VB

Log into www.gmail.com or any website. :) useful!

AI

AI 요약: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

소스 코드
original-source
wb.Navigate "https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&continue=http%3A%2F%2Fgmail.google.com%2Fgmail%3Fui%3Dhtml%26zy%3Dl"
  
  Do Until wb.ReadyState = READYSTATE_COMPLETE
    DoEvents
  Loop
  On Error Resume Next
  
  wb.Document.Forms(0).email.Value = "username"
  wb.Document.Forms(0).passwd.Value = "password"
  wb.Document.Forms(0).submit
원본 댓글 (3)
Wayback Machine에서 복구됨