Javascripts > Misc Javascripts > Quick Printing A Web Page
Script Title: Quick Printing A Web Page
Description: Use this script to allow others to quickly print off a copy of your web page. Great for online resumes!
Example: Available
Copy the following code into your <HEAD></HEAD> tags.<SCRIPT LANGUAGE="JavaScript"> function myprint() { window.print(); } // End --> </script>
Copy the following code between the <BODY></BODY> tags of your html page.<form> <input type=button value="Print Page" onClick="myprint()"> </form>
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email