Page 1 of 1

How to creat print button

Posted: Sat Aug 07, 2010 12:09 pm
by adsegzy
Hello friends,

I want to create a print button on my page where by the visitor can print the page. pls what is the syntax?

regards,
adsegzy

Re: How to creat print button

Posted: Sat Aug 07, 2010 1:10 pm
by cpetercarter

Code: Select all

<input type="button" value="Print this Page" onclick="window.Print();" />