Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Why is Firefox not able to print a page using ASP Classic?

more options

EDIT: solution: https://bugzilla.mozilla.org/show_bug.cgi?id=192129 (overflow: hidden; is the culprit)

I'm re-designing a page which utilizes some server-side ASP Classic, and it seems that Firefix is the only browser which "chokes" on the ASP code while printing. In other words, when printing a page which flows onto multiple pages, Firefox never gets any farther than Page 1, whereas other browsers continue printing as expected until that page is finished.

'''EDIT:''' solution: https://bugzilla.mozilla.org/show_bug.cgi?id=192129 (overflow: hidden; is the culprit) I'm re-designing a page which utilizes some server-side ASP Classic, and it seems that Firefix is the only browser which "chokes" on the ASP code while printing. In other words, when printing a page which flows onto multiple pages, Firefox never gets any farther than Page 1, whereas other browsers continue printing as expected until that page is finished.

Modified by kightlinger

All Replies (3)

more options

Chosen Solution

Modified by the-edmeister

more options

Thanks for the input, the-edmeister; you put me on the right track to getting closer to a solution!

Your link led me here: https://bugzilla.mozilla.org/show_bug.cgi?id=192129

Turns out that the problem is tied to declaring 'overflow: hidden;' on certain divs, and doesn't have anything to do with active server pages at all :)

more options

That particular problem with "overflow:hidden" is fixed for Firefox 4, but it doesn't look like the "fix" is going to be backported to Firefox 3.6.x versions.

https://bugzilla.mozilla.org/show_bug.cgi?id=129941
only took like 9 years to get it fixed