[Webkit-unassigned] [Bug 4151] USPS.com Label Printing Malfunction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 15 16:46:29 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=4151





------- Comment #11 from ddkilzer at webkit.org  2007-06-15 16:46 PDT -------
* WORKAROUND
If you cut and paste this JavaScript in the address bar on the page where the
PDF is supposed to be displayed, it will open the PDF in another browser window
that may then be printed.

javascript:var u =
document.getElementById("iframeTable").childNodes[1].childNodes[0].childNodes[1].childNodes[1].src;
window.open(u, '_blank');

You may also save it as a text clipping (make sure it is on one line!), then
drag the text clipping into the address bar to run the JavaScript.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list