开发者

How to implement Server side include with navigation links

开发者 https://www.devze.com 2023-02-20 12:51 出处:网络
I have 4 html pages. 1 of them is having common UI which needs to be available on all the other pages.

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 c开发者_开发技巧ommon 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


For simple requirement like this, I suggest you to use standard html iframe

0

精彩评论

暂无评论...
验证码 换一张
取 消