Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

เรียนรู้เพิ่มเติม

Is here a way to disable the print dialog box?

  • 4 การตอบกลับ
  • 3 คนมีปัญหานี้
  • 180 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย johnny951
  • เก็บถาวรแล้ว

I am trying to disable the print dialog box so that a page can print directly from a javascript "print" command. How can I disable the print dialog box so that it will print automatically?

I am trying to disable the print dialog box so that a page can print directly from a javascript "print" command. How can I disable the print dialog box so that it will print automatically?

การตอบกลับทั้งหมด (4)

For computers under your control?

Or, any computer that is using your application or webpage?

You can try creating a new boolean preference - print.use_native_print_dialog - and set it to false and see it that still works. That pref was removed from about:config a number of versions ago, but the underlying code might still be present, so give it a try.

http://kb.mozillazine.org/About:config

Didn't work. It looks like this is a Mac issue, not Firefox.