Button to open password protected website

ebbo

Registered User.
Local time
Today, 18:59
Joined
Sep 2, 2009
Messages
30
Hello,

Our company uses a access database (using forms) to store client details. One of the fields is web_id, We enter our clients web identification number into this field.

I would like to place a button on my access form that does several things in a single click:

1. opens our web administration portal page.
2. automatically enters a hard coded username and password
3. Goes another page http://www.blablabla.com/blabla?search?id=[web_id]

The only problem I really have is point 2, I need to be logged in in order to do the search!

All Help hugely appreciated
 
hi i have to say that I dont know how to do this, can only suggest. I dont know how you open a web page in access. I normally use Visual Basic and open a webbrowser object in that at a certain page, using the url property. As for logining on automatically, is there no way you can use the url string in the web-browser to enter the login and password that way ?

I dont know how you would interigate a page to get at certain elements, but there must be a way to do this. All I can think of is using the URL on the page to enter the web page, but don't know about the password.

Sorry :(:(
 
hi i have to say that I dont know how to do this, can only suggest. I dont know how you open a web page in access. I normally use Visual Basic and open a webbrowser object in that at a certain page, using the url property. As for logining on automatically, is there no way you can use the url string in the web-browser to enter the login and password that way ?

I dont know how you would interigate a page to get at certain elements, but there must be a way to do this. All I can think of is using the URL on the page to enter the web page, but don't know about the password.

Sorry :(:(

I dont actually need the webpage to open in access...I just need a command button with vb code behind it that will open a browser and then all i need to do is fill in a username and password fields.

And then go to the company page e.g http://www.blablabla.com/blabla?search?id=[web_id]

I cant access the search page without being logged in.

I dont think its possible to login using a long url....not that i know of anyway.
 

Users who are viewing this thread

Back
Top Bottom