- Đã giải quyết
- Đã lưu trữ
href="file://f://myfile.ext would like to not specify hard drive and use same directory as my html file.
When using href="file://f://myfile.ext" it open fine within Firefox 3.6.8. However, I would like to NOT hard code the hard drive and use the same drive location as my h… (xem thêm)
When using href="file://f://myfile.ext" it open fine within Firefox 3.6.8. However, I would like to NOT hard code the hard drive and use the same drive location as my html file that invokes this href link. I have tried to use href="file://///myfile.ext" and it does not work. I get an error message saying File Not Found. For ie browser I can just specify href="/myfile.ext" and it works fine. This is a simple html file that references severals local files and I have all of this material on a usb memory stick (ie my F drive). The memory stick will be sent to several folks and their usb drive may be some other letter.