Quote:
Originally Posted by aoeuhtns
You can also eliminate the print button using css.
In css, a little used feature is to have different stylesheets for different media types. So, for example, in the print media type, you could set the print button to not display. Simple, easy, and doesn't require any client-side (or server-side) scripting.
|
this is what i would suggest. once the button is clicked make the element invisible. simple, easy solution.