return to homepage

Scripts: Javascript

Print Page

The following shows how to use javascript to open the 'print' options controls from a link:

window.print();

Print This Page

 

<A HREF="JavaScript:;" onClick="window.print();">Print This Page</A>