Windows Vista Forums

AutoLogin.vbs for Login to GMX
  1. #1


    E.Wöger Guest

    AutoLogin.vbs for Login to GMX

    Hello NG,
    I hope somebody have an Idea and can help me.
    My System is Windows XP Home Edition SP3 / IE 6 / OutlookExpress 6.0
    Excuse my English, I don't find a German Newsgroup for that.

    Long ago I got a Script for AutoLogin to GMX for quick account my
    E-Mail-Postoffice.
    It worked fine all the time, but now it stop's always with a failer-message
    Here is the Script " AutoLogin.vbs " :
    -------------------------------------
    Dim Kennung
    Dim Passwort
    Kennung=myName@xxxxxx ' normally here my really E-Mail-Adress
    Passwort="my Password" ' normally here my really Password

    Dim MeinIE
    Dim READYSTATE_COMPLETE
    READYSTATE_COMPLETE = 4

    Set MeinIE = CreateObject("InternetExplorer.Application")

    Do While MeinIE.Busy
    Loop

    MeinIE.Visible = 1
    MeinIE.Navigate "http://www.gmx.net"
    Do While MeinIE.ReadyState <> 4
    Loop
    Set oDoc = MeinIE.Document
    oDoc.all.id.value=Kennung
    oDoc.all.p.value=Passwort
    oDoc.all.login.Submit

    Set oDoc = Nothing
    Set oArea = Nothing
    Set oRng = Nothing
    ------------------------------------

    After DoubleClick on script IE_Explorer and the StartPage GMX open, but then
    stoped with Failer Message :
    ________________________________________________________________________
    Windows Script Host
    ________________________________________________________________________
    Script : C:\AutoLogin.vbs
    Zeile : 20
    Zeichen : 1
    Fehler : Das Objekt unterstützt diese Eigenschaft oder Methode nicht.
    : 'oDoc.all.id.value'
    Code : 800A01B6
    Quelle : Laufzeitfehler in Microsoft VBScript
    __________________________________________________________________________
    OK

    I don't know what's wrong and I hope you can help me.



    Thanks
    E.Wöger





      My System SpecsSystem Spec

  2. #2


    Pegasus [MVP] Guest

    Re: AutoLogin.vbs for Login to GMX


    "E.Wöger" <e.woeger@xxxxxx> wrote in message
    news:gunnj5$ehd$1@xxxxxx

    > Hello NG,
    > I hope somebody have an Idea and can help me.
    > My System is Windows XP Home Edition SP3 / IE 6 / OutlookExpress 6.0
    > Excuse my English, I don't find a German Newsgroup for that.
    >
    > Long ago I got a Script for AutoLogin to GMX for quick account my
    > E-Mail-Postoffice.
    > It worked fine all the time, but now it stop's always with a
    > failer-message
    > Here is the Script " AutoLogin.vbs " :
    > -------------------------------------
    > Dim Kennung
    > Dim Passwort
    > Kennung=myName@xxxxxx ' normally here my really E-Mail-Adress
    > Passwort="my Password" ' normally here my really Password
    >
    > Dim MeinIE
    > Dim READYSTATE_COMPLETE
    > READYSTATE_COMPLETE = 4
    >
    > Set MeinIE = CreateObject("InternetExplorer.Application")
    >
    > Do While MeinIE.Busy
    > Loop
    >
    > MeinIE.Visible = 1
    > MeinIE.Navigate "http://www.gmx.net"
    > Do While MeinIE.ReadyState <> 4
    > Loop
    > Set oDoc = MeinIE.Document
    > oDoc.all.id.value=Kennung
    > oDoc.all.p.value=Passwort
    > oDoc.all.login.Submit
    >
    > Set oDoc = Nothing
    > Set oArea = Nothing
    > Set oRng = Nothing
    > ------------------------------------
    >
    > After DoubleClick on script IE_Explorer and the StartPage GMX open, but
    > then
    > stoped with Failer Message :
    > ________________________________________________________________________
    > Windows Script Host
    > ________________________________________________________________________
    > Script : C:\AutoLogin.vbs
    > Zeile : 20
    > Zeichen : 1
    > Fehler : Das Objekt unterstützt diese Eigenschaft oder Methode
    > nicht.
    > : 'oDoc.all.id.value'
    > Code : 800A01B6
    > Quelle : Laufzeitfehler in Microsoft VBScript
    > __________________________________________________________________________
    > OK
    >
    > I don't know what's wrong and I hope you can help me.
    >
    > Thanks
    > E.Wöger
    Your script worked perfectly well on my machine, using IE7.

    About posting in a German-speaking newsgroup: Wenn Du in Outlook Express auf
    "news.microsoft.com" klickst und anschliessend die Schaltfläche "Newsgroups"
    klickst, dann kannst du "scripting" ins Feld tippen. Darauf siehst du in der
    Liste fast an der Spitze "Microsoft.de.german.scripting.wsh". Ist eigentlich
    ganz einfach!



      My System SpecsSystem Spec

  3. #3


    E.Wöger Guest

    Re: AutoLogin.vbs for Login to GMX


    "Pegasus [MVP]" <news@xxxxxx> schrieb im Newsbeitrag
    news:OtWVGys1JHA.1372@xxxxxx

    >
    > "E.Wöger" <e.woeger@xxxxxx> wrote in message
    > news:gunnj5$ehd$1@xxxxxx
    >
    > Your script worked perfectly well on my machine, using IE7.
    >
    > About posting in a German-speaking newsgroup: Wenn Du in Outlook Express
    > auf "news.microsoft.com" klickst und anschliessend die Schaltfläche
    > "Newsgroups" klickst, dann kannst du "scripting" ins Feld tippen. Darauf
    > siehst du in der Liste fast an der Spitze
    > "Microsoft.de.german.scripting.wsh". Ist eigentlich ganz einfach!
    Danke Pegasus für die schnelle Beantwortung.

    Dann muss ich halt doch mal den IE 7 installieren und probieren ob's damit
    wieder klappt.

    Die deutsch sprechende Newsgroup hab ich dank Deiner Hilfe jetzt auch
    gefunden.
    Ich hatte immer nur nach VBS gesucht und da erscheint keine .de.
    Wenn ich noch Fragen dazu habe, werde ich dort nochmal posten.
    Schönen Sonntag noch

    E.Wöger



      My System SpecsSystem Spec

AutoLogin.vbs for Login to GMX problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
AutoLogin XP Danc383 VB Script 3 30 Jul 2009
Autologin with multiple users SoylentGreen General Discussion 3 05 Dec 2008
Autologin vs login screen John Smithe Vista installation & setup 1 04 Dec 2008
rename and autologin phoenix Vista installation & setup 1 10 Oct 2008
Why is autologin suddenly gone? Andre Da Costa[ActiveWin] Vista General 3 14 Nov 2006