Home   Archive   Permalink



Silent Firefox Printing

Don't recall this silent printing method in the Rebol documentation.
    
First, one needs JS Print Setup extension for Firefox.    
    
Then, add this to the tag: onload=jsPrintSetup.print()
    
If it does not print when the page is loaded, Firefox silent printing must be enabled.
    
http://www.blueboxonline.com/?showkm&global[uid]=392-%28%29-Enabling-silent-printing-in-Firefox has the instructions, thanks!
    
When set, do browse %print.html in Rebol. The page will print silently. No buttons to push, no dialogues to negotiate. And the parameters of the Java script code can be modified with Rebol too.
    
This is the test page %print.html:
    


    Test Print without prompt
    
        



    Test Print without prompt
    
        




The document starts here ...

This is test foo

This is test

This is test








>


The document starts here ...

This is test foo

This is test

This is test









    
(on Firefox 26 as default browser, XP)

posted by:   Felix     12-Sep-2014/20:38:13-7:00