What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Programming "Method Post"

Programming "Method Post"
Author: Message:
dotNorma
Veteran Member
*****

Avatar

Posts: 1745
Reputation: 17
32 / Male / –
Joined: May 2003
RE: Programming "Method Post"
code:
Private Sub Web1_DocumentComplete(ByVal pDisp As Object, URL
As Variant)
     If (pDisp Is Web1.object) Then
         While Web1.Busy
             DoEvents
         Wend
         If URL = "https://gmail.google.com/" Then
             If InStr(Web1.Document.documentElement.outerHTML, "A
Google approach to email.") <> 0 Then
                 Web1.Document.frames(0).Document.All("Email").Value =
"<Your Email>"
                 Web1.Document.frames(0).Document.All("Passwd").Value
= "<Your Pasword>"
                 Web1.Document.frames(0).Document.All("null").Click
             End If
     End If
     Exit Sub
End Sub


Here is how to log-in at the gmail page for example.
10-04-2004 02:15 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Programming "Method Post" - by michael_m91 on 10-03-2004 at 04:00 AM
RE: Programming "Method Post" - by matty on 10-03-2004 at 04:03 AM
RE: Programming "Method Post" - by michael_m91 on 10-03-2004 at 04:08 AM
RE: Programming "Method Post" - by matty on 10-03-2004 at 04:11 AM
RE: Programming "Method Post" - by michael_m91 on 10-03-2004 at 04:36 AM
RE: Programming "Method Post" - by dotNorma on 10-04-2004 at 02:15 AM
RE: Programming "Method Post" - by michael_m91 on 10-04-2004 at 03:55 AM
RE: Programming "Method Post" - by WDZ on 10-04-2004 at 03:47 PM
RE: Programming "Method Post" - by michael_m91 on 10-04-2004 at 07:51 PM
RE: Programming "Method Post" - by WDZ on 10-04-2004 at 08:00 PM
RE: Programming "Method Post" - by michael_m91 on 10-04-2004 at 10:17 PM
RE: Programming "Method Post" - by WDZ on 10-05-2004 at 02:42 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On