I am trying to include a document file into HTML page in domino designer. rather than having the body text written in the same page, I am trying to have the text in a document format so that I could include them in to the HTML page. so it makes it easy to edit the page. we could just edit the document rather than the whole html page in the domino designer. any feedbacks are welcome regarding the . thanks.
Subject: Including a document file in HTML
There is no server-side include in Domino other than a subform. You could use a Profile Document as a source for any user-editable text or HTML and use computed text or computed-for-display fields with @GetProfileField to do the same sort of thing, though.
Subject: RE: Including a document file in HTML
if you dont mind me asking Roger, do you have any example or a sample that i could refer to. if you do, can you please post it for me so that i could refer to it. thanks…