[HELP] How to print particular section from web page?

shamonil

shamonil

@shamonil-IPw07K Oct 16, 2024
I have created a HTML web page by applying CSS. This is my page having content

<div id="content" style="width: 821px; height: 386px;">

<input name="print" type="submit" value="Print" class="style1" style="width: 76px" />

<iframe id="I1" name="I1" style="width: 815px; height: 354px" class="style2"></iframe>

</div>
I want to print the data which is present only inside FRAME (shown with red square).

[​IMG]

If you want more details then plz mention in this thread.

Waiting for your HELP...😒

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • saurabh2486

    saurabh2486

    @saurabh2486-Tr6NOC Apr 10, 2010

    just select the section u r about to print then on printing options put a check on selection rather than all and ur done
    i hope it helps