I want to get print out invoice but also wanna set margins and page size with javascript or vbscript or anything else. is there any tutorial about that ?
and would you share something about ie8 to get print out easly?
|
|
I want to get print out invoice but also wanna set margins and page size with javascript or vbscript or anything else. is there any tutorial about that ? and would you share something about ie8 to get print out easly?
|
||
|
|
|
|
It sounds like you want a CSS print style sheet. See "the definitive guide". P.S. JQuery is a JavaScript library, not a programming language (contrary to the belief of some). |
||||
|
|
|
The best way to have reliable printing is to generate PDFs server-side and have the client download and print those. |
||
|
|