gaining access to secure website via hyperlink (1 Viewer)

crumpet

Registered User.
Local time
Tomorrow, 02:46
Joined
Jun 20, 2007
Messages
13
Hi all ,
wondering if anyone can help i have a database in which i want to create a hyper link to a website that i have to log into via user name and password

i tried just bookmarking straight to once im already inside but when i try get info from the website it dosent let me in (obviously cause it hasent logged in via correct way'

what im asking is, if there a way to include login details into a hyperlink or book mark that allows me to get into the site without going into the login screen ?
 

petehilljnr

Registered User.
Local time
Today, 09:46
Joined
Feb 13, 2007
Messages
192
I've done this before following some code I found when I Googled it.
Somewhere out there, someone was checking their Hotmail account using the method you want.

From memory you can use the web control activex to achieve this. You have to find the field names on the login form for your username and password and post to those fields, then force the submit all using vba. It means you can store your username and password in the database if you want.

I'm sure there are other ways but that's how I managed to do it.

I'll dig back through my code snippets to see if I can find it, but you might have enough clues from this?

Regards,
Pete
 

Users who are viewing this thread

Top Bottom