Implement printer friendly through CSS also for non-javascript. This
[squirrelmail.git] / templates / default / js / default.js
index b3a3c096c2c8a950122e7f6e5083c43bc07a9057..4c7b9e890a18d56524f1529c575d6796f1341c6a 100644 (file)
@@ -283,3 +283,9 @@ function checkForm(smaction) {
         }
     }
 }
         }
     }
 }
+
+function printThis()
+{
+    parent.frames['right'].focus();
+    parent.frames['right'].print();
+}