Print(Plot) in IE, HTML, DOM or Javascript
use print + ... will return much more result than plot + ...
HTML DOM print
window.print()
CSS2 Print
orphans
marks
page
page-break-after
page-break-before
page-break-inside
size
windows
Media Types:
@media print
{
p.test { font-weight: bold; }
}
IE7:
Advanced printing (automatically scales a webpage for printing)
How to block print?
How to modify the browsers page setup parameters like orientation and margins?
onbeforeprint and
overwrite the window.print function to block print
Print Templates, Part I
Formatting the First Page for Printing using JavaScrit
how to create printer friendly page
How to make printer friendly web pages
Try CSS media types to build printer-friendly pages
0 Comments:
Post a Comment