|
Displaying Source Code(s)
|
|
How to add Print button to your page
--------------------------------------------------------------------------------
Description : Prints out the content of a webpage
<FORM>
<Input Type="button" value="Print" Onclick="print()" ;>
</FORM>
|
|
|