JavaScript print preview

后端 未结 10 1439
梦毁少年i
梦毁少年i 2020-12-28 19:46

How can I see print preview of my invoice generated from website. If I print with the script

print this page         


        
10条回答
  •  [愿得一人]
    2020-12-28 20:38

    You should hide the elements which you don't want to be displayed in print using

    display:none
    

    I wrote a tutorial about printing your webpage. I hope it helps.

提交回复
热议问题