using ms web browser control

J

JohnE

Hello. I am using the Microsoft Web Browser contol on a tab control so the
user will be able to have access to the intranet for downloading attachments
on records. I have the web browser control working and it goes to the
intranet web page for login. The password for the intranet and the A2k3 app
are the same for each user.

Is there a way for the password to be passed from the mdw file to the
intranet so the browser control could continue on to the actual web page for
the attachments? If so, how would that be done? Need help on this.

Also, the code that I am using for accessing the intranet is pasted below.
This is in the Form_Load of the 3 forms that will be using the web control.
Is there a way to put this into a module (function) so it will work on all
forms using the control?

Dim strURL As String
Dim objIntExp As Object

strURL = "http://intranet/LogOn/LogOn.html?GotoPage"
Set objIntExp = Me.wbECOAttachments.Object
objIntExp.Navigate strURL

If there are any samples/examples that can be looked at, please let me know.
Thanks to those who respond.
.... John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top