A
averbunt
I use iframes at some pages. When it has much content (more than one page) it
and i want to print it, it only shows one page. Everything else isn't printed
because the focus of IE is on the page with the iframe. Is it possible to use
a media "print" .css that only prints the page to which the iframe refers?
example:
<body>
<iframe name="test" title="test" scrolling="yes" border="0" frameborder="0"
src="contentpage.htm">
I only want to print the whole contentpage.htm without the constraint of the
iframe test in which it is displayed.
and i want to print it, it only shows one page. Everything else isn't printed
because the focus of IE is on the page with the iframe. Is it possible to use
a media "print" .css that only prints the page to which the iframe refers?
example:
<body>
<iframe name="test" title="test" scrolling="yes" border="0" frameborder="0"
src="contentpage.htm">
I only want to print the whole contentpage.htm without the constraint of the
iframe test in which it is displayed.