PDA

View Full Version : Write code to print web page content.


ashok_wisdomlea
05-12-2006, 03:29 PM
In one web form, the interface is like this:

"Print this Page" Button "eMail this page" Button

Some Report

---- ------------------ ----

---- ------------------ ----

---- ------------------ ----

How to write code for "Print this Page" Button?

Can anyone help please...!

felgall
05-13-2006, 12:12 AM
Using Javascript:

<span onclick="window.print();">Print Page</span>