Stefan Walker wrote:
> I forgot to explain that the popup window is actually a div layer - Not
> another browser window - Hence my problem in printing just the contents
> of the div - Not the whole page.
<style>
@media print {
div.noprint { display: none; }
div.printme { display: block; }
}
</style>
<div class="noprint">This won't get printed.</div>
<div class="printme">This will get printed.</div>
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ <a style='text-decoration: underline;' href="http://tobyinkster.co.uk/contact" target="_blank">http://tobyinkster.co.uk/contact</a><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Printing a html file..