hi
I have the following which brings up the print window for my page, however, I would only like to print the "echo" form data which is being displayed and not the entire page.
any suggestions would be greatly appreciated :-)
Thank you
<script>
function printpage()
{
window.print();
}
</script>
<input type="button" value="Print this page" onclick="printpage()" />