Printing a web-page

  • Thread starter Thread starter Bart Schelkens
  • Start date Start date
B

Bart Schelkens

Hi,

on my webpage I have a treeview and a table (or datagrid) holding the
records.
Now I want to print my page but without the treeview.

Can anyone help me?

Thx
 
IMO the simplest way would be to have a stylesheet that says that the
treeview is not visible when printing.

See :
http://www.w3.org/TR/CSS21/media.html
for details

You may want also to check first if this is supported by your targeted
browsers. You could likely do the same with JavaScript (I believe there is a
print event).

Patrice
 
Back
Top