[opencms-dev] How to include a jsp or a different page into a html

Ovidiu Balas obalas at e-point.ro
Tue Jul 15 14:33:01 CEST 2003


    Hey, Mario
    You have to be careful with iframe when using it with openCms. I had the
same surprize (not very pleasant, I admit). But! :) There's a but... The
iframe tag is only removed when you don't specify the name attribute, so, if
you use it this way, it won't be removed:
    <iframe width="600" height="400" src="..." name="editor"
id="editor"></iframe>
    This one is guaranteed it'll work.
    Surely enough, this tag in not removed by the browsers, other software
do that, such as e-mail servers, even openCms, when not using the name
and/or id attribute.
    I hope the above example will be exaclty what you need,
    Best wishes,
    Ovi





More information about the opencms-dev mailing list