logo

New Response

« Return to the blog entry

You are replying to:

    • avatar
    • Patrick
    • Posted on Mon 14 Feb 2005 11:39

    Hi Jake....

    Here's an example.....

    1..... Print Page

    <html>

    <link rel="stylesheet" type="text/css" href="print.css" />

    <body>

    <div style="display: none">

    <iframe scr="../view/UNID1?opendocument" name="UNID1_Iframe"><iframe>

    <iframe scr="../view/UNID2?opendocument" name="UNID2_Iframe"><iframe>

    <iframe scr="../view/UNID3?opendocument" name="UNID3_Iframe"><iframe>

    <iframe scr="../view/UNID4?opendocument" name="UNID4_Iframe"><iframe>

    .

    .

    .

    .

    <iframe scr="../view/UNID4?opendocument" name="UNIDX_Iframe"><iframe>

    </div>

    <div id="UNID1"></div>

    <div id="UNID2"></div>

    <div id="UNID3"></div>

    <div id="UNID4"></div>

    .

    .

    .

    .

    <div id="UNIDX"></div>

    </body>

    <html>

    2...... Specific Document (UNID1, UNID2, UNID3......... UNIDX)

    <html>

    <body onload="parent.document.getElementById('UNIDX').innerHTML = document.body.innerHTML">

    .

    .

    .

    .

    </body>

    <html>

    This should work and should be easy to implement.

    Later

    Patrick

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: