Hi mrpc9886
I really like Siggi4711's approach here and it's worth
investigating. I can't believe I didn't think to suggest it because
I used the very same approach with RoboHelp HTML. Here's my own
opinion why it's good.
In a past life, I used to be a web developer for a division
of the company I worked for. We regularly created links to Word
documents and PDF content. With a regular hyperlink that simply
pointed to the files, our users often thought the link was broken.
This is because linking to these types of files will often take an
inordinate amount of time. Even on a fast intranet. So we
discovered that if we created what I called a "DocFetch" page, (a
redirect page similar to what was suggested) that I could time the
page for 1 second before the redirect occurred. Then I plopped some
text and an animated computer typing on its own keyboard that
alerted the user to "Please wait. Opening file...".
This gave the user immediate feedback that the link did
indeed work, but that the process may take a bit to complete. The
complaints that the links were "broken", stopped flowing in.
Cheers all... Rick