Print
only?

前端 未结 30 1639
暖寄归人
暖寄归人 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:40

    Step 1: Write the following javascript inside your head tag

    
    

    Step 2: Call the PrintMe('DivID') function by an onclick event.

    
    
    here is some text to print inside this div with an id 'divid'

提交回复
热议问题