Opening page opens print dialog
Bug #13181 reported by
Tollef Fog Heen
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
firefox (Ubuntu) |
Invalid
|
Medium
|
Thom May |
Bug Description
Opening the link below:
causes firefox to open the print dialog window.
Firefox version is 1.0+dfsg.
(i386, amd64) architectures on IRC.
To post a comment you must log in.
is that a problem? Looking at the source of that page, it seems that it is
coded in it via javascript that the page must open the printing window when
displaying it:
<BODY onLoad="doPrint()" BGCOLOR="WHITE">
where the "doPrint()" call do in the case of Firefox:
function doPrint() { ="Netscape" )&&(browserVer> 3)) {
window. print() ;
if ((browserName=