Advertisement
3_2004-2005 Miscellaneous #144378

Login to www.gmail.com from VB

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

AI

AI Summary: 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.

Source Code
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
Original Comments (3)
Recovered from Wayback Machine