Hello Everyone,
I have got a requirement to add a Menu in all irpt pages in my application. I have created the menu in a html file and I would like to display this menu in all other irpt pages. Is there any way to include this menu (html file) in other irpt pages. For exmaple in a jsp page we can include other html/jsp files using include directive/action . Do we have anything similar to that in irpt file?
<%@ include file=”filename” %>
Thanks in advance
Shaji