02-20-2007, 02:11 PM
Place the following code in your BODY to print the page .
HTML Code:
<html> <body> <a href='#' onClick='window.print();return false'>Print this page.</a> </body> </html>
HTML Code:
<html> <body> <a href='#' onClick='window.print();return false'>Print this page.</a> </body> </html>