How to open c drive file from ie6

  • Thread starter Thread starter helen
  • Start date Start date
H

helen

I'm trying to open an htm file from my c drive through
ie6. It seems to work ok with win 2000 but with win XP it
sits and does nothing. Here is what I am using:
href="file:\\c:\project one.htm" Thanks.
 
Have you tried <a href="file://c:\project one.htm">.....</a> ?
The difference is the forward and backward slash used preceding the driver
letter.
 
You can also try a brute force, step-by-step approach:
1. open IE
2. type C: in the address bar
3. click 'Go'
4. navigate to your 'htm' file

optional: bookmark the file


--
-
- This posting is provided "AS IS" with no warranties, and confers no
rights.
- Please do not send e-mail directly to this alias. This alias is for
newsgroup
- purposes only.
-
-
 
Back
Top