;[EMAIL PROTECTED]>
> Sent: Thursday, March 08, 2001 9:54 AM
> Subject: RE: [Dynapi-Dev] DynDocument Print method
>
> > tested and print works on ns4, ns6, ie5, print doesn't work on ie4
> >
> > Ruairi
> >
> > -Mensaje original-
> > De: Doug Me
about "[Dynapi-Dev] DynDocument Print
method":
> you probably worked this out already ;-) ie4 doesn't support the print
> function.
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]]On Behalf Of
>> [EMAIL PROTECTED]
&g
api-Dev] DynDocument Print method
>
>
> tested and print works on ns4, ns6, ie5, print doesn't work on ie4
>
> Ruairi
>
> -Mensaje original-
> De: Doug Melvin [mailto:[EMAIL PROTECTED]]
> Enviado el: jueves 8 de marzo de 2001 21:42
> Para: [EMAIL PROTECTED]
that's okay, I was more interested in .focus() anyways.. :-)
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 08, 2001 9:54 AM
Subject: RE: [Dynapi-Dev] DynDocument Print method
> tested and print works on ns4, ns6, ie5, p
tested and print works on ns4, ns6, ie5, print doesn't work on ie4
Ruairi
-Mensaje original-
De: Doug Melvin [mailto:[EMAIL PROTECTED]]
Enviado el: jueves 8 de marzo de 2001 21:42
Para: [EMAIL PROTECTED]
Asunto: Re: [Dynapi-Dev] DynDocument Print method
is this x-br
NS4+ and IE5+, as far as I know
Doug Melvin wrote:
> is this x-browser?
> - Original Message -
> From: "Michael Pemberton" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, March 07, 2001 7:53 PM
> Subject: [Dynapi-Dev] DynDocume
is this x-browser?
- Original Message -
From: "Michael Pemberton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 07, 2001 7:53 PM
Subject: [Dynapi-Dev] DynDocument Print method
> The following is a simple print method for dyndocuments. it f
You can use this same trick and a hidden frame to print a DynLayer's
content. Fisrt document.write the layer's HTML into the frame, then use
that method.
Michael Pemberton wrote:
> The following is a simple print method for dyndocuments. it forces the
> focus to make sure that the sepecified d
The following is a simple print method for dyndocuments. it forces the
focus to make sure that the sepecified document is the one that get's
printed.
DynDocument.prototype.print=function() {
this.elm.focus();
this.elm.print();
};
--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010