如何实现服务器端包含导航链接
我有 4 个 html 页面。其中 1 个具有通用 UI,需要在所有其他页面上可用。
导航页面中有 3 个链接指向其他 3 个页面。我已经使用 include 在这三个文件中包含了这个通用文件。
我不知道如何处理链接点击事件并相应地更改页面。
谁能帮助我实现这一目标?
提前致谢。 维杰
I have 4 html pages. 1 of them is having common UI which needs to be available on all the other pages.
In navigation page there are 3 links which points to the other 3 pages. I have used include to have this common file in all the three.
I am not getting how to handle the link click events and change the page accordingly.
Can anyone please help me in achieving this ?
Thanks in advance.
Vijay
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于像这样的简单需求,我建议您使用标准的 html iframe
For simple requirement like this, I suggest you to use standard html iframe