![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | 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 Specs![]() |
| | #2 (permalink) |
| | 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 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 Specs![]() |
| | #3 (permalink) |
| | 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! 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 Specs![]() |
![]() |
| 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 | |||