Question
Linking to a file on a to be burned CD
I have a button that I want to open an html file when
clicked. I can link it to the file but only on my local machine. I
need to manually write in a link to a directory on a cd that will
be burned. so for example, the file i want to link to is index.html
located in INDEX directory. I tried making the path
\INDEX\index.html but that does not work, I also tried
.\INDEX\index.html and ..\INDEX\index.html, does anyone know how to
do this?
