Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Поиск в поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Is here a way to disable the print dialog box?

  • 4 ответа
  • 3 имеют эту проблему
  • 21 просмотр
  • Последний ответ от 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?

дополнительные действия

For just my computer

дополнительные действия

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.