johnnyi
03-01-2006, 01:46 PM
Howdy folks,
Through the use of an onclick event such as:
<a onclick="window.print()">Print Me</a>
...is there a way to setup the print call to only print contents of a specified div tag? I messed around with a few iterations to no avail.
In other words, how could I go about printing only the contents of <DIV ID="Div1">?
Thanks - and let me know if you have any questions...
- I
Through the use of an onclick event such as:
<a onclick="window.print()">Print Me</a>
...is there a way to setup the print call to only print contents of a specified div tag? I messed around with a few iterations to no avail.
In other words, how could I go about printing only the contents of <DIV ID="Div1">?
Thanks - and let me know if you have any questions...
- I