Hi,
i am using a richtext Container to embedd a RichtextField:
<xp:inputRichText id="inputRichText2"
value="#{document1.BodyN}" readonly="true">
</xp:inputRichText>
That works great even with sections marked as 'passthrough HTML' in the field.
But, there is a problem with an iframe embedded as 'passthrough HTML' :
<center>
<iframe src="http://kjhdkh.sdfdf.com" width="211"height="130">
</iframe>
</center>
As a result, the browser shows only the center section, but the iframe section is dropped.
Is this a security feature ?
Uwe