In B4J web apps, is it possible to use service side includes (SSI). For example if I have some html menu that I'd like to share among my static web pages, I would use something like:
<!--#include virtual="/menu.shtml" -->
to pull in the html for the menu in whatever page is being requested. I know I could do this with dynamically generate the output in the webapp itself but I was hoping to be able to add static pages w/ common html code (like side bar/menu html). Any thoughts?
Thank You
<!--#include virtual="/menu.shtml" -->
to pull in the html for the menu in whatever page is being requested. I know I could do this with dynamically generate the output in the webapp itself but I was hoping to be able to add static pages w/ common html code (like side bar/menu html). Any thoughts?
Thank You