Umm, I suggest you read this article: 
http://javascript.about.com/od/events/a/print.htm

Basically you can simply use a button with the onclick attribute to
tell the browser to bring up the print dialog box, i.e.:

<input type="button" value=" Print this page"
onclick="window.print();return false;" />

Hope this helps,
Alex

Vedia wrote:
> Hi!
>
> I want to sent text with javascript directly to Dot Matrix printer
> like Panasonic KXP-1050 without using true type fonts. As I know, this
> means: RAW Printing
>
> I want to use this for printing bills or ticket on continuous-form
> paper.
>
> There is ActiveX sample for InternetExplorer on this link:
> http://www.xuebrothers.net/ax/activeprinter/interfaces.htm
>
> How can I this with jQuery? Can it be possible?
>
> Regards,
> Nuri AKMAN

Reply via email to