Home > Backend Development > PHP Tutorial > 同一文件两种方式访问效果不一样解决方案

同一文件两种方式访问效果不一样解决方案

WBOY
Release: 2016-06-13 10:26:29
Original
929 people have browsed it

同一文件两种方式访问效果不一样
file:///E:/myo/member/testss.html
http://127.0.0.1/myo/member/testss.html
两种访问方式,都是访问的同一个页面
我在做的是一个【点击图片弹出预览层】
用第一种方式访问没有任何问题
用第二种方式,第一张图片没有问题,后面的图片就出问题了。看代码。

HTML code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><a id="example7" href="../photo/1338889150.jpg" title="无"><img  src="../photo/1338889150.jpg"    style="max-width:90%"  style="max-width:90%" border="0" alt="同一文件两种方式访问效果不一样解决方案" ></a><a id="example7" href="../photo/1338889167.jpg" title="无"><img  src="../photo/1338889167.jpg"    style="max-width:90%"  style="max-width:90%" border="0" alt="同一文件两种方式访问效果不一样解决方案" ></a><a id="example7" href="../photo/1338890547.jpg" title="无"><img  src="../photo/1338890547.jpg"    style="max-width:90%"  style="max-width:90%" border="0" alt="同一文件两种方式访问效果不一样解决方案" ></a><a id="example7" href="../photo/1338948417.jpg" title="无"><img  src="../photo/1338948417.jpg"    style="max-width:90%"  style="max-width:90%" border="0" alt="同一文件两种方式访问效果不一样解决方案" ></a>
Copy after login

不知是为何对此产生了影响,求分析。

------解决方案--------------------
我看到了重复的id。不知是不是这个原因引起的 。
------解决方案--------------------
建议你源码在详细点,要不怎么分析。
这样只能是瞎猜
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