I'd recommend relative paths then, otherwise you would need to use something like:
Code:
href="file:///DRIVE_LETTER:/PATH/FILENAME.EXT"
or:
Code:
href="file://localhost/DRIVE_LETTER:////PATH/FILENAME.EXT"
and since you don't know the drive letter, that would be tough.
There may be a way around that, but since, for example:
will always work as long as you are in the folder where index.htm resides, and:
will always point to the containing folder's "some.htm" if it is there. That would appear to be the way to go. You just have to find a way to change to the root of the 'site' on the CD. This is generally done with a higher level programming language's application, but could probably also be done with batch files.
See also:
http://answers.google.com/answers/th...id/110917.html
Bookmarks