linux server 与win7 的html兼容有关问题

WBOY
Release: 2016-06-13 13:47:21
Original
749 people have browsed it

linux server 与win7 的html兼容问题
下面一句代码

HTML code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
<a href="file://///document/word/">dddd</a> 
Copy after login



或者
HTML code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
<a href="file://document/word/">dddd</a> 
Copy after login




在一个页面里有两行代码。如果这个页面在linux server上面,当在win7客户端访问的时候点了就没反应(我在自己的XP机器上搭建的server,访问就可以的)。
有人知道解决办法么?
谢谢了!!

------解决方案--------------------
dddd //这个地方href="" 用相对路径或者用链接的形式,
在linux server上面,当在win7客户端访问时,都不会有问题的
------解决方案--------------------
file://document/word/

因为你的xp有这个目录,linux server上没有这个目录或者是没权限...
------解决方案--------------------
成功只建立在本地有 document 相应目录的情况,因为file:指向了本地/局域网,而不是远程服务器的目录.
你可以直接在浏览器输入 file:
然后看看是什么地方.

想要看到更多的知识,请参阅

http://msdn.microsoft.com/zh-cn/library/aa767731%28v=vs.85%29.aspx
------解决方案--------------------
真不容易。放到网站里,用/a/b/c/txt.txt。访问不就统一夸平台了。
------解决方案--------------------
newnew真耐心。
------解决方案--------------------
是不是路径不对呢
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template