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

Mario Wallnöfer mario.wallnoefer at msk-informatik.at
Tue Jul 15 14:54:01 CEST 2003


now it works, thanx a lot....

mario

-----Ursprüngliche Nachricht-----
Von: opencms-dev-admin at opencms.org
[mailto:opencms-dev-admin at opencms.org]Im Auftrag von Ovidiu Balas
Gesendet: Dienstag, 15. Juli 2003 15:15
An: opencms-dev at opencms.org
Betreff: Re: [opencms-dev] How to include a jsp or a different page into
a html


    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


_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://mail.opencms.org/mailman/listinfo/opencms-dev




More information about the opencms-dev mailing list