vwphillips
01-08-2006, 05:11 PM
number of ways
the one I prefer
is to have the no print elements in divs
and the print element in a separate div
then
noprintobject.style.display='none';
window.print();
noprintobject.style.display='';
the one I prefer
is to have the no print elements in divs
and the print element in a separate div
then
noprintobject.style.display='none';
window.print();
noprintobject.style.display='';
