Sniffing gmail Print all link source code, there is something like this:
<script> function Print(){document.body.offsetHeight;window.print()}; </script> </head> <body onload="Print()">
What does document.body.offsetHeight do?
javascript gmail
systempuntoout
source share