Log In

Email:
Password:
Keep me logged in

Forgot Password

Email:




CategoriesCSS (4)
jQuery (56)
PHP (26)
.htaccess (2)
Sponsored Links



Print Window
Thursday, December 1, 2011 by William Thomas



Code:
<html>
<head>
<script>
function p(){
window.print();
}
</script>
<body>
<input onClick="p()" type="button" value="Print!">
</body> </html>
Views: 113 Likes: 0 Dislikes: 0