Using an HTML file on a page

I have a 3rd party program that creates graphical navigators and stores the navigator as html files. I would like to somehow use this navigator on a page and then add hotspots to the navigator to do different things. How would I go about adding this navigator to my page since it’s not stored as a JPG, GIF, etc but instead is saved as several html files that make up the navigator?

Thanks in advance

Subject: Using an HTML file on a page

How would I go about adding this navigator to my page

With some difficulty. Possibly (but not necessarily) the easiest thing to do would be to import the HTML files as shared resources and insert them into pages (I assume that when you say “page” you mean a page design element rather than something that happens to end up as a web page) as appropriate. The graphics are a problem, though. You can put graphics on your Domino server in the Images directory, but depending on how your HTML files are constructed, you may have to edit them so that they point to the right directory.