vote up 0 vote down star

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?

flag

2 Answers

vote up 0 vote down check

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).

link|flag
you are absoulutly right about jquery.I said JQUERY/JAVASCRIPT because of browser capabilities are restricted when we use only css. – uzay95 May 26 at 8:53
I wasn't saying only use CSS. But CSS print stylesheets are basically essential when you want nice printouts /and/ nice screen views. – Matthew Flaschen May 26 at 21:32
vote up 0 vote down

The best way to have reliable printing is to generate PDFs server-side and have the client download and print those.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.