Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Is there any setting to avoid printing of balnk page which is present between document.

  • 2 antwurd
  • 1 hat dit probleem
  • 6 werjeftes
  • Lêste antwurd fan the-edmeister

more options

I am printing statement using mozilla firfox 9. It is inserting blank page after every page. It is working fine in Mozilla Firefox 22.

Below is code which i am adding before print for page break. Below code is working in IE also.

var SourceStr   = text1;
     var sPhraseList = SourceStr.replace (/Dutch-Bangla/gi, "<p style='page-break-after: always;text-indent: 18em'>Online Statement");
     text1 = SourceStr;
     var text2 = sPhraseList;

w.document.write("<HTML><BODY><pre rows='60' cols='150' style='font-family:Courier New;font-size:12pt'>"+text2+"</pre></BODY></html>");

 w.print();


Please suggest some solution.

Thanks in advance.

I am printing statement using mozilla firfox 9. It is inserting blank page after every page. It is working fine in Mozilla Firefox 22. Below is code which i am adding before print for page break. Below code is working in IE also. <pre><nowiki>var SourceStr = text1; var sPhraseList = SourceStr.replace (/Dutch-Bangla/gi, "<p style='page-break-after: always;text-indent: 18em'>Online Statement"); text1 = SourceStr; var text2 = sPhraseList; w.document.write("<HTML><BODY><pre rows='60' cols='150' style='font-family:Courier New;font-size:12pt'>"+text2+"</pre></BODY></html>"); w.print();</nowiki></pre> Please suggest some solution. Thanks in advance.

Bewurke troch cor-el op

Alle antwurden (2)

more options

Is there a reason why you are still using version 9?

I don't think the problem is (within that part of) your code. It's probably the case that between version 9 and 22 some update was introduced that prevents your code from being backwards compatible. You should use the latest firefox version instead.

more options

Top and bottom margin settings.
Header and footer turned off.