javascript thread: how to use JavaScript print() method to print partial content of a page
Perhaps someone else will have an idea (none come to mind), but remember
that everyone accessing your website will not be using IE5.5, so whatever
solution you come across, you'll need to ensure that it works on all
platforms.
Cheers -
George L Smyth, Webmaster
U.S. Naval Academy Alumni Association
-----Original Message-----
From: tzhang@h... [mailto:tzhang@h...]
Sent: Wednesday, September 19, 2001 5:43 PM
To: javascript
Subject: [javascript] how to use JavaScript print() method to print
partial content of a page
Hi:
I have a web page and I'd like to give users an option to print different
paragraph of the page. What I am thinking is to add a print button at
each paragraph. However I don't know how to code that print button. I
tried use <DIV> tag and it does not seem working. I don't want to use
frame.
I am using IE5.5.
Thanks!