Is is possible to have a visitor to the website click on a hyperlink or something similar that will cause a portion of the page to print on his printer?
Yes, however it's not a straight forward operation. You create a print button: <input type=button value="Print" onClick="window.print()"> but rather need to use CSS to hide all elements you don't want printed. Meander over to the HTML/CSS forum for using CSS to hide elements in a function prior to printing.
DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.