![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have an Access database that has user IDs and passwords for different accounts. I need to be able to log into a web site using a user ID and password from the database, so that payments can be made for the account. The web site being logged into is: https://customersupport.dishnetwork....e/prepLogon.do Is there a way to run code from Access that can perform a log-in using a user's ID and password? Thanks! You could probably use IMacros, a scripting system, to do that. I have |
#3
| |||
| |||
|
|
On 11/15/2011 9:17 PM, Neil wrote: I have an Access database that has user IDs and passwords for different accounts. I need to be able to log into a web site using a user ID and password from the database, so that payments can be made for the account. The web site being logged into is: https://customersupport.dishnetwork....e/prepLogon.do Is there a way to run code from Access that can perform a log-in using a user's ID and password? Thanks! You could probably use IMacros, a scripting system, to do that. I have used it previously, starting it from Access. Bob |
#4
| |||
| |||
|
|
http://www.codeforexcelandoutlook.co...rnet-explorer/ |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Probably something like: Set htm = WebBrowser1.Document Set frms = htm.Forms(0) htm.Forms(0).submit |
#7
| |||
| |||
|
|
christianlo... (AT) yahoo (DOT) com> wrote in message news:adebf263-84d5-4e7a-bc72-41691f305700 (AT) v5g2000yqn (DOT) googlegroups.com... Probably something like: Set htm = WebBrowser1.Document Set frms = htm.Forms(0) htm.Forms(0).submit |
#8
| |||
| |||
|
|
christianlo... (AT) yahoo (DOT) com> wrote in message news:adebf263-84d5-4e7a-bc72-41691f305700 (AT) v5g2000yqn (DOT) googlegroups.com... Probably something like: Set htm = WebBrowser1.Document Set frms = htm.Forms(0) htm.Forms(0).submit |
![]() |
| Thread Tools | |
| Display Modes | |
| |