Updates:
Labels: FeedbackRequested
Comment #1 on issue 17787 by [email protected]: links '<a
href='file://...'></a>' fail
http://code.google.com/p/chromium/issues/detail?id=17787
[WorksForMe] in Chrome 2.0.172.37
Also, did you write the href links like that with 2 slashes? Notice that
all the
browsers will automatically convert the links to 3 slashes even before
trying to
resolve the link. Anyway, with 2 slashes or 3 slashes, the following works
for me:
<a href="file://C:/path/to/myfile.txt">link text</a>
<a href="file:///C:/path/to/myfile.txt">link text</a>
Could you please specify more details about your href entry? Do you have a
drive
letter after the 2 slashes? Or are you perhaps using NETBIOS UNC
references?
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---