Changes

Jump to: navigation, search

Mozilla.dev.tech.xul

22 bytes added, 20:05, 6 October 2006
m
/* [http://groups.google.com/group/mozilla.dev.tech.xul/browse_thread/thread/1cd0d95ece50e2ed/3d56c5f2b5a56b9b#3d56c5f2b5a56b9b How do I remove the file location header included in the default printin
:See http://www.xulplanet.com/references/elemref/ref_iframe.html, the first user note at the bottom. Change this line
:<pre>var settings = PrintUtils.getPrintSettings();</pre>
:to this
:<pre>var settings = PrintUtils.getPrintSettings().clone(); :settings.docURL = " "; // suppress URL on printout</pre>
:Other options you can modify are documented here:
1
edit

Navigation menu