home *** CD-ROM | disk | FTP | other *** search
- function onbeforeprint_ie() {
-
- if(document.all) {
-
- document.body.style.zoom = 0.8; // scale the page down to fit
-
- }
-
- }
-
-
-
- function onafterprint_ie() {
-
- if(document.all) {
-
- document.body.style.zoom = 1; // reset the zoom
-
- }
-
- }
-
-
-
- window.onbeforeprint = onbeforeprint_ie;
-
- window.onafterprint = onafterprint_ie;
-