Feedback on: irt.org FAQ Knowledge Base Q1132
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
In IE, you can achieve this by: 1. placing the buttons in a div, including a print button
2. on click of the print button, hide the div with the buttons [style.display = "none"] and then fire window.print()
3. Restore the visibility of the buttons
That way, the buttons will not appear in the print
Worth:
Very worth reading
Comments:
you can also use a seperate style sheet for printing (there is a tag for 'media'). in this style sheet, you can set some elements to be visible or not