|
-
Sep 26th, 2009, 06:43 PM
#5
Frenzied Member
Re: Web browser ?
http://www.vbforums.com/showthread.php?t=583416
this guy was doing what you wanna do...
basically u need to get the field / form names...
then set them... then on the button... ".click" even makes it go to the login...
ie@: open ie webbrowser control should b good... - most likely hidden im guessing?....
then when its completed...
ie document complete...
if url = locationurl and url = "whatever you want it to be like" then
webbrowser1.document.all("name of what you wanna set").value = text1.text
"" """ """ .all("Password").value = text2.text
""""""".all("Login Button").click
end if
of course this needs doing properly [what its not in code tags]
but hope that helps?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|