How to add
Prints out the content of a webpage
Original Author: Agnus Imonar
Assumptions
Insert the code into the body of your page where you want it to appear
Returns
Hard copy of your page
Code
<form>
<input type="button" value="Print" Onclick="print()" ;>
</form>
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.