Re: [Dynapi-Dev] DynDocument Print method

2001-03-08 Thread Michael Pemberton
;[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

Re[2]: [Dynapi-Dev] DynDocument Print method

2001-03-08 Thread Robert Rainwater
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

RE: [Dynapi-Dev] DynDocument Print method

2001-03-08 Thread Cameron Hart
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]

Re: [Dynapi-Dev] DynDocument Print method

2001-03-08 Thread Doug Melvin
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

RE: [Dynapi-Dev] DynDocument Print method

2001-03-08 Thread ruairi . mccomb
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

Re: [Dynapi-Dev] DynDocument Print method

2001-03-08 Thread Jordi - IlMaestro - Ministral
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

Re: [Dynapi-Dev] DynDocument Print method

2001-03-08 Thread Doug Melvin
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

Re: [Dynapi-Dev] DynDocument Print method

2001-03-08 Thread Jordi - IlMaestro - Ministral
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

[Dynapi-Dev] DynDocument Print method

2001-03-07 Thread Michael Pemberton
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