|
I am making a site and have set a css sheet that is called when someone trys to print a page, I also have some javascript I want to run at the time when it is printed. So my question to you is, how would I go about this? Thanks |
|
Try the following line within the page you want the CSS applied to: <link rel="stylesheet" type="text/css" media="print" href="print.css"/> Check this site out for some javascript print samples that might help you: http://www.javascriptkit.com/javatutors/ie5print.shtml |
