[Zope-CMF] Can "Printable Page" open to new window?
seb bacon
seb@jamkit.com
Fri, 13 Jul 2001 15:35:43 +0100
You can can window.Print() in IE5+ only, but that still requires that
you open a window in order to print it in the first place.
It also always display the print dialog box.
seb
* xoph@snafu.de <xoph@snafu.de> [010713 14:56]:
> Phil is right; this feature is browser-dependant (does not work with NS, and
> maybe not with other browsers as well).
>
> Cheers,
> Christoph
>
>
> > You can do it with IE, not sure about NutScrape/Mozilla.
> >
> > Can't remember the magic incantations at the moment though.
> >
> > ----- Original Message -----
> > From: "Norman Khine" <khine@btinternet.com>
> > To: "Zope-Cmf" <zope-cmf@zope.org>; "Phil Harris" <phil.harris@zope.co.uk>
> > Sent: Friday, July 13, 2001 2:39 PM
> > Subject: RE: [Zope-CMF] Can "Printable Page" open to new window?
> >
> >
> > > just as a side note, so that a user does not have to make any additional
> > > "clicks" is there a method, perhaps python or java, that will fire-up the
> > > default printer and the user can print directly the printable skin,
> > without
> > > having to open it in a new browser?