|
|
Browse by Tags
All Tags » JavaScript » Printing
-
If all you are doing is that one liner, you can add a button that doesn't post back the entire page:
<input id=''Button1'' type=''button'' value=''Print'' onclick=''WebImageViewer1.Print();'' />
-
One of the most sought after features for developers using our products is that of printing multi-page document images through the web using a thin client/AJAX approach. There are a set of fundamental problems with doing this:
Printing can only be done using the browser's print dialog, as there is no direct way to interface with the ...
|
|
|