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

Ovidiu Balas obalas at e-point.ro
Mon Jul 14 17:16:02 CEST 2003


    Hey, Mario
    Yes, actually, there is a way to do this:
    see the following code:

    ...
    <tr>
        <td>
            <iframe src="Test.jsp"></iframe>
        </td>
    </tr>
    ...

    This way you can include any page you want in the <td> tag. I guess
<iframe> is supported by Netscape, too, IE it's sure, i've used it many
times.

    Best thoughts,
    Ovi





More information about the opencms-dev mailing list