JavaScript print preview

后端 未结 10 1438
梦毁少年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:23

    Browsers don't offer an API to trigger the print preview feature in browsers.

    Happily, they almost all keep it in the usual place (dangling from the File menu), so you shouldn't have to draw users' attention to it.

提交回复
热议问题