zaqaqaw / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

Printing with jzebra and on normal printer #122

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.add jzebra
2. <input type="button" value="Print This Page" onClick="window.print()" />
3. both print to jzebra

What is the expected output? What do you see instead?
onClick="print();" should print on jzebra printer, but window.print() should 
show normal print dialog

What version of the product are you using? On what operating system?
1.4.5

Please provide any additional information below.
none

Original issue reported on code.google.com by dma...@gmail.com on 2 Apr 2013 at 12:48

GoogleCodeExporter commented 8 years ago
I believe certain versions of IE do not like the print() function.

Can you try renaming it and seeing if that corrects the problem?

-Tres

Original comment by tres.fin...@gmail.com on 2 Aug 2013 at 4:57