5 Jun
2005
5 Jun
'05
8:48 a.m.
--On 5. Juni 2005 01:40:26 -0700 Allen Huang <swapp0@yahoo.com> wrote:
How do I use dtml or python script to print a page through a printer??
Printing has nothing to do with Zope or DTML. DTML produces HTML and your browser is in charge for printing it but not Zope. You want to trigger the print requester through Javascript (print() method). -aj