Welcome Guest, Not a member yet? Register   Sign In
About printing a page
#1

[eluser]Unknown[/eluser]
Hi, I´m really new in all this.... I´m looking for some pluggins o something similar that allows me to print a page
#2

[eluser]Glen Swinfield[/eluser]
Printing a page is a client side operation so you will need javascript. Something like this to make a print button:

Code:
<input type="button" onclick="window.print();" value="Print Me!" />




Theme © iAndrew 2016 - Forum software by © MyBB