Print Button

R

Robeert Beck

I would like to add a print button to one of my web pages.
How do I go aabout doing this?
 
R

Robert Beck

I'm looking for the script for an <input button
to print this page of my web. Any ideas?
 
K

Kevin Spencer

<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.
 
Top