Skip to main content

Bypass Print Dialog In Firefox

Printing reports is a feature or function must consider when developing an application. Clients require this as an evidence-of-transaction. In this, they can find out the processes, statistics and integrity of data. Consider an E-POS System (Electronic Point-Of-Sale), after a customer paid all the bills the program will print a receipt. Printing is easy if develop as desktop application, but what if web-based application? Problem is when printing using the web browser it will always confirm (print dialog box popup).

Here's how to bypass the print dialog in Firefox browser.(auto-print)

For example we want to make an auto-print page for our web application:

Source Code:
01<html>
02<head>
03<title>Bypass Print Dialog In Firefox</title>
04</head>
05
06<body onload="javascript:self.print();">
07
08<h1>Codewall</h1>
09
10</body>
11</html>

When we run this code in Firefox browser we have this output:


Our page will print but first, the print dialog box will popup for confirmation. This is not we want because we want to have an auto-print application, so how we bypass this dialog to come-up for a smooth printing.

Step 1. In Firefox address bar, type the following: about:config


If asking for confirmation, just click the button to proceed.

Firefox Configuration

Step 2. Right click anywhere, select New, select Boolean.


Step 3. Add the following line: print.always_print_silent and click the OK button.


Step 4. Set the value to true and click the OK button. The new configuration will added...


Step 5. Just repeat Step 2.

Step 6. Add the following line: print.show_print_progress and click the OK button.


* Please make sure that print.show_print_process value is set to false if not just double click it it will automatically change its value.


Step 7. Close Firefox (restart) and try again our simple testing code.


* The print dialog is now removed..


* auto-print - print icon displayed in system tray.

Comments

Popular posts from this blog

Off-Page SEO – 7 Tips On How To Build BackLinks

Well a site cannot get expected traffic without doing seo in the world of completion. After introducing  on page seo . Now come back to introduce off page seo and basics of off page seo. As the word off page seo shows to do seo staying off from own page. Means to optimize a website from other sources. In simple a short we can define it as link building or creating backlinks. Off page seo helps site to get rank in search engines.   Fairly Off page seo is to create and build backlinks from several of ways. Off page seo is a hungriness of backlinks.”There so many ways to do off page seo or creating backlinks but now, let me show you how to build links to your pages: 1. Profile Pages Build Profile Pages in the top Social Media sites like: Google+ Profiles-           https://profiles.google.com            (A Must) Facebook Pages –     ...

August 6, 2017 CSE-PPT Professional Level - List of Passers (REGION XII)

August 6, 2017 CSE-PPT Professional Level  - List of Passers Civil Service Commission Regional Office No. 12 SOURCE: PRC ABALOS, ROMEO III G ABANG, CHRISTIAN MARK B ABAS, AMIRA A ABBA, BRYAN M ABDULADSIS, SAYEED MOHBEN K ABDULSATAR, SAHID M ABEAR, KRIZIA ANDREA Q ABELLON, SHIENA MAE F ABING, MARY SOL T ABOLENCIA, SEAN HOPE C ACIDO, DANIEL CARLO G ACUPAN, NONA MARIE P ADANG, SAIMA D ADELAN, MAILA LOUISA N ADVENTAJADO, CLYDELL S AGAD, LUCILLE ANGELIKKA DC AGAWA, YSA LOU S AGCARAO, APRIL BERNADETH P AGUILAR, RUTH D AGUJA, MARCO D AGURING, FROILAN J AJOC, LOVELL L AKIL, SAGUIRA M ALAMADA, SHAINETRA C ALAMAN, OMAR ADRIANNE P ALBARAN, GLORY GRACE C ALBRANDO, GERALDINE P ALCANTARA, KIMBERLY V ALCOBA, MARY ANN L ALCORDO, QUENNIE N ALDAVE, ANNABELLE JOY B ALLAGA, LOREN F ALLOSO, MERCY FE N ALMOJALLAS, JAN MARIE MAY J ALONZO, CHARMAINE KLAIRE A ALTIZO, ALEN JANE E ALURAN, ELLEN JANE C ALVAREZ, NEALL DOMINICK T AMAN, JOHN PAUL C AMANDE, JOEVEN A AMBAY, ARRIZ PAULA D AMER, ABJUHARY H AMINO, ...

Future Pinoy scientists, a Museum of Natural History

Michael Purugganan, when he was an elementary student at Union Science Elementary School in Malate, used to sneak into the National Science Development Board premises, where he would spend hours in a small museum.  "It just fascinated me. I just wanted to learn more about these things and what these people were doing there," Purruganan told GMA News Online.  "That was really what inspired me to become a scientist," said Purugganan, who is currently the Dean for Science at New York University and a world leader in evolutionary and ecological genomics.   With a new museum in the works, more young Filipinos may be inspired to become scientists. In a couple of years, the Philippines will have its own world class Museum of Natural History, showcasing endemic plants and animals that can be found in the country, according to a report on State of the Nation on January 23. Museums bridge the past and present, but the government believes these can also meet...