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
How to creat print button
Moderator: General Moderators
-
cpetercarter
- Forum Contributor
- Posts: 474
- Joined: Sat Jul 25, 2009 2:00 am
Re: How to creat print button
Code: Select all
<input type="button" value="Print this Page" onclick="window.Print();" />