Cuc Tu
05-17-2011, 05:01 PM
I'm trying to find a way to deliver a quantity of PDF files. I would like to ship them on a DVD.
There are a lot of files and plain language file naming would be impossible, so I thought it would be nice to make an HTML menu. The disc content is structures as follows:
<Files>
--file1.pdf
--file2.pdf
Menu.html
The menu lists document titles in logical groupings and each list item is an a href, such as:
<a href="Files/file1.pdf" target="_blank">File 1</a>
<a href="Files/file2.pdf" target="_blank">File 2</a>
...
Some users have complained that the links do not work. Sometimes they do. It seems to be an IE problem, or maybe some other system problem with the files being on a disc?
I'm not sure how to fix it, but I have to make the problem go away. I'd be happy to use any other approach, but cannot think of one.
There are a lot of files and plain language file naming would be impossible, so I thought it would be nice to make an HTML menu. The disc content is structures as follows:
<Files>
--file1.pdf
--file2.pdf
Menu.html
The menu lists document titles in logical groupings and each list item is an a href, such as:
<a href="Files/file1.pdf" target="_blank">File 1</a>
<a href="Files/file2.pdf" target="_blank">File 2</a>
...
Some users have complained that the links do not work. Sometimes they do. It seems to be an IE problem, or maybe some other system problem with the files being on a disc?
I'm not sure how to fix it, but I have to make the problem go away. I'd be happy to use any other approach, but cannot think of one.