I would like to add a print button to one of my web pages. How do I go aabout doing this?
R Robeert Beck Jul 30, 2004 #1 I would like to add a print button to one of my web pages. How do I go aabout doing this?
K Kathleen Anderson [MVP - FP] Jul 30, 2004 #2 http://javascript.internet.com/messages/print-page.html
R Robert Beck Jul 30, 2004 #3 I'm looking for the script for an <input button to print this page of my web. Any ideas?
K Kevin Spencer Jul 30, 2004 #4 <input type="button" name="B1" value="Print" onclick="window.print()"> -- HTH, Kevin Spencer ..Net Developer Microsoft MVP Big things are made up of lots of little things.
<input type="button" name="B1" value="Print" onclick="window.print()"> -- HTH, Kevin Spencer ..Net Developer Microsoft MVP Big things are made up of lots of little things.
K Kathleen Anderson [MVP - FP] Jul 30, 2004 #5 http://javascript.internet.com/messages/print-page.html
A Adela D Jul 31, 2004 #6 This one lets you identify the part of the page you want to print, so you do not print the print button, for example. http://javascript.about.com/library/scripts/blprintready.htm
This one lets you identify the part of the page you want to print, so you do not print the print button, for example. http://javascript.about.com/library/scripts/blprintready.htm