How can I set field values ​​using javascript or vbscript or jquery?

I want to print an invoice but also want to set margins and page size using javascript or vbscript or whatever. do you have a tutorial?

and could you share something around ie8 to print it easily?

0


a source to share


2 answers


Sounds like you need a CSS print stylesheet. See the " definitive guide ". Postscript jQuery is a JavaScript library, not a programming language (contrary to some belief).



0


a source


The best way to have reliable printing is to create server side PDFs and download and print them.



+1


a source







All Articles