I am trying to make an interactive CD and when the hyperlink is clicked the
folder will open and the user can choose the file they want. Nothing will be
going through the internet.
Would it be possible to direct the folder to a place on a CD. Ex.
D:\MyFolder. It might be complicated to have everyone viewing the CD place
that file onto their hardrive.
Assuming the file is on the same CD as the interactive web site, make it
a relative link, example:
<a href="myfolder/">link text</a> if the folder is a subfolder of the
current folder,
Or
<a href="../myfolder/">link text</a> if one folder up the tree etc.
You cannot, in general, specify a drive letter for a CD drive, since
some PCs have two CD drives, the drive letter may be arbitrary - I have
2 CD drives: G and H.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/ http://www.rxs-enterprises.org/fp
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.