cancel
Showing results for 
Search instead for 
Did you mean: 

How to include another html file in an irpt page

shaji_chandran
Participant
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

You could consider using a js file and including it that way, or perhaps having the menu as your main page and targeting the links to open in an iframe similar to the personalization service having a portal for users.