dlprinter Web Print component updated 2nd Times
:
bug fixed:
1. In some cases, an error occurs when printdirect is called, then it leads to an infinite loop.
2. The number of copies cannot be properly controlled.
3. In Preview mode, if you change the orientation of the paper, the last page must be displayed after two consecutive applications.
new function:
1. added the copycount attribute to control the number of copies.
2. added performance in preview mode.
single-click dlprinter.cabto download the dlprintergroup. Change the dlprinter.cab.rar file name to dlprinter. the application example is as follows:
<Input type = "button" id = "btnprint" value = "print preview" onclick = "dlprinter. printpreview ()"/>
<Input type = "button" id = "btnprint" value = "Print with prompt" onclick = "dlprinter. Print ()"/>
<Input type = "button" id = "btnprint" value = "print without prompt" onclick = "dlprinter. printdirect ()"/>