Greetings Bruintje. The url you directed me to [http://www.angelfire.com/
Private Sub IE_DocumenteComplete (ByVal pDisp As Object, URL As Variant)
when it gets to the "URL as Variant " part it errors with
char: 45:
Error:expected ')'
Code 800a03ee vbscript compilation error
Also is the line:
If InStr(1, URL "passport.come/cgi-bin/log
Overall, to answer your question, I need the source code to AUTOMATICALLY accept the name /passwd/submit key stroke that I put in as the adminstrator...and then fill them out through the document object in the IE webbrowser control you already use in the script .
If I ,as the administrator provide the name /password I want to be used then users only have to click vbs icon get in application to see if webserver or email site is up/available and then automatically log users out.
*so user clicks vbs icon
*vbs icon automatically logs user in with login/password from sourcecode in script
*If user automatically gets in the that will mean application is up and abvailable
*then vbs script will log user out.
End of script with no user interaction except clicking vbs icon on desktop.
Hope this clarification helps Bruintje. Thanks 4 getting back to me so quickly:) I may just be on my way to success.
Main Topics
Browse All Topics





by: bruintjePosted on 2003-09-20 at 11:03:31ID: 9399447
for an idea have a look here
ealm/vb-sh ared/IEDOM _Tip06.htm
http://www.angelfire.com/r
so what you need is the source code find out what the name / passw / submit is and fill them out through the document object in the IE webbrowser control you already use in the script