Print the page

  • Thread starter Thread starter simon
  • Start date Start date
S

simon

When user click the print button, I would like to read page stream, remove
from it the parts I don't won't to print and then show him
the printer friendly page.

How can I do that?

Any example?

Thank you,
Simon
 
Hi Simon,

I wouldn't do that; it's a bit of a kluge. Why not create a CSS class for a
printer-friendly page, and just switch out the class?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 
When user click the print button, I would like to read page stream, remove
from it the parts I don't won't to print and then show him
the printer friendly page.

How can I do that?

Google 'print CSS'

-Darrel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top