使用嵌入标签在 HTML 文件中嵌入另一个页面?

发布于 2024-11-27 02:58:43 字数 301 浏览 3 评论 0原文

我目前有一个 HTML 文件 (sitemap.html),我将其嵌入(使用嵌入标签)到我网站的所有页面上,这样我只需要更新该文件即可更新我所有页面上的导航链接。问题是这仅适用于某些浏览器(Chrome/IE8/9),而不适用于其他浏览器(尤其是 Firefox)。

是否有另一种与浏览器兼容的方法来做到这一点?

PS 这是我的实际网站的链接,以便您可以亲自查看(来源): http://fenrirmedia.dyndns.org/

I currently have a singe HTML file (sitemap.html) that I am embeding (Using the embed tag) on all the pages of my website so that I only need to update that one file to update the navigation links on all of my pages. The problem is that this only works in certain browsers (Chrome/IE8/9) And not others (Most notably Firefox).

Is there another way to do this that is more browser compatible?

P.S. Here is a link to my actual site so you can see (the source) for yourself:
http://fenrirmedia.dyndns.org/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一紙繁鸢 2024-12-04 02:58:43

一个很好的方法,在开始使用 PHP 之前我已经使用了很多这样的方法:

<!--#include virtual="/sitemap.html"--> for absolute paths
and
<!--#include file="sitemap.html"--> for relative paths.

它应该适用于所有浏览器

A great way, I've been using a lot before I started using PHP was this:

<!--#include virtual="/sitemap.html"--> for absolute paths
and
<!--#include file="sitemap.html"--> for relative paths.

It should be working in all browsers

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文