FollowHyperlink works in Mozilla but not IE

R

RichW

I have created a form with a combobox, textboxes and a command button. When
a user selects from the combobox, the textboxes display the related data.
The user is then able to press the command button; upon doing so, the user is
directed to a website that contains a pdf related to the combobox selection.

The website is a secure site. An example url follows:

https://www.somename.com:443/data/moredata/evenmoredata.pdf

In Internet Explorer, the command button gets the user to the sign-in page.

In Mozilla, the command button gets the user to the sign-in page, and once
signed in, to the pdf file--this is exactly how I wish it to work in Internet
Explorer.

All help is appreciated.

Thank you,
RichW
 
R

RichW

I forgot to mention that the command button uses the following code:

Application.FollowHyperlink Me.URL
 
R

RichW

Please ignore my request. I have learned a bit more about the problem and
have reposted it as subject "Secure Hyperlink Fails".
 

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