Published in: JavaScript
<html> <head> <title>Print</title> <script language="Javascript1.2"> <!-- function printdepagina() { window.print(); } //--> </script> </head> <body onload="printdepagina()"> Print this page </body> </html>
You need to login to post a comment.
