Yes and No. The hard part is knowing the drive letter of the CD drive. If the CD drive is "D" then the following will display the directory of the root folder on the CD:
<a href="file:\\\D:\*.*">CD Directory</a>
However, you lose control at that point. Your only other option is a JAVA applet or JavaScript. JavaScript, of course, may be disabled at the client. JavaScript would also require the use of an ActiveX control to access the local drives. ActiveX controls may also be disabled at the client.
If this is for an intranet, and IE will be exclusively used, then JavaScript may be your feasible option.
Bookmarks