Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - AutoLogin.vbs for Login to GMX

Reply
 
Old 05-16-2009   #1 (permalink)
E.Wöger


 
 

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
Old 05-17-2009   #2 (permalink)
Pegasus [MVP]


 
 

Re: AutoLogin.vbs for Login to GMX


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

> 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
Old 05-17-2009   #3 (permalink)
E.Wöger


 
 

Re: AutoLogin.vbs for Login to GMX


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

>
> "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
Reply

Thread Tools


Similar Threads
Thread Forum
AutoLogin XP VB Script
Autologin vs login screen Vista installation & setup
rename and autologin Vista installation & setup
Guest autologin and startup Virtual PC
Why is autologin suddenly gone? Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46