Print
only?

前端 未结 30 1640
暖寄归人
暖寄归人 2020-11-22 00:25

How do I print the indicated div (without manually disabling all other content on the page)?

I want to avoid a new preview dialog, so creating a new window with this

30条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-22 00:30

    You could use a separate CSS style which disables every other content except the one with the id "printarea".

    See CSS Design: Going to Print for further explanation and examples.

提交回复
热议问题