Share this page 

Not print the submit buttonTag(s): HTML/CSS


[CSS]
@media print {
     input[type="submit"] { display : none }
   }