Hi all,
[CODE=javascript]function printReport() {
frames['iframeReport'].print();
}[/CODE]
The function printReport prints the specified iframe, iframeReport.
I am using dot matrix printer. I want it to be printed in text mode so that the printing will be done much faster.
How can i print this in text mode.
Thank you,
[CODE=javascript]function printReport() {
frames['iframeReport'].print();
}[/CODE]
The function printReport prints the specified iframe, iframeReport.
I am using dot matrix printer. I want it to be printed in text mode so that the printing will be done much faster.
How can i print this in text mode.
Thank you,
Comment