Hello. Whenever I do a transaction online, there's usually a receipt issued. For me to have a copy of this receipt, the site will give me a "please press print" option (IE, "Please press PRINT if you wish to print your ‘summary’ page for reference purposes. If you provided an email address, you will be notified when your move request has been processed.") However, whenever I do this, it will print it in a tiny square of the page, rather than the proper size. So, is there a way to have it print the proper size? I'm assuming that the code underlying it works with Windows and Mac browsers, as I can't imagine the general public having the same issue. So I'm wondering how to get this working properly with my browser on Linux (currently Firefox 19.0, on Vector Linux 7.0).
For an example, here is the code behind a "please press print" option that gave me the issue I described above:
<p>Please press <span id="ctl00_ctl10_g_c89c9094_3377_459f_bc9c_35eaec5bdb85_ctl00_PRINTLink" onClick="window.open('TEForm.aspx?Print','_new','height=700px,width=800px,resizable=yes,scrollbars=yes,toolbar=yes,menubar=yes');return false;" style="cursor:pointer;color:#066 !important; font-weight:bold;">PRINT</span> if you wish to print your ‘summary’ page for reference purposes. If you provided an email address, you will be notified when your move request has been processed.</p>