This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / html的一个简单问题。做了一个版权页,希望其他的网页都在最后引用该版权页。因该怎么做?模模糊糊的记得好像是用一个include的东东,但忘了语法了。那位还记得?多谢!
-bluej(小J);
2002-3-5
(#391186@0)
-
up
-bluej(小J);
2002-3-5
(#391202@0)
-
You can use <iframe>
-xiaodongxi(xiaodongxi);
2002-3-5
(#391205@0)
-
thx. more details? I do not use iframe before
-bluej(小J);
2002-3-5
(#391206@0)
-
Try <!--#include file="*.html" -->, be careful about the path.
-cloud2001(卷云溶月-头昏昏);
2002-3-5
(#391235@0)
-
多谢。这和我印象中的一样。可我试了不行。奈何?
-bluej(小J);
2002-3-5
(#391259@0)
-
语法应该是对的,察看你的html文件的路径(../ or /)对不对,扩展名是htm还是html,如果是Unix环境,文件名有无大小写问题,其他我就想不出了。
-cloud2001(卷云溶月-头昏昏);
2002-3-5
(#391282@0)
-
Could it be the include support in the server not turned on? I know for apache you need to turn it on.
-dennis2(Dennis);
2002-3-5
(#391294@0)