[Dynapi-Dev] DynDocument addHTML() function

2003-04-02 Thread Raymond Irving
Hello Everyone, I've managed to add the addHTML() function that was mentioned sometime ago. I'm having some problems with NS4. Could someone please take a look at it for me? -- Raymond Irving __ Do you Yahoo!? Yahoo! Tax Center - File online, calcu

RE: Re[2]: [Dynapi-Dev] DynDocument

2001-04-16 Thread Pascal Bestebroer
Aan: Richard Bennett > Onderwerp: Re[2]: [Dynapi-Dev] DynDocument > > > > Which examples are you trying to upgrade? Some of the real old ones > weren't closing the script tags after the include (or including the > new events). > > -- > Robert Rainwater > > >

Re[2]: [Dynapi-Dev] DynDocument

2001-04-15 Thread Robert Rainwater
Which examples are you trying to upgrade? Some of the real old ones weren't closing the script tags after the include (or including the new events). -- Robert Rainwater On 4/15/2001, 6:38:40 PM EST, Richard wrote about "[Dynapi-Dev] DynDocument": > Has someth

Re: [Dynapi-Dev] DynDocument

2001-04-15 Thread Richard Bennett
: Monday, April 16, 2001 12:28 AM Subject: Re: [Dynapi-Dev] DynDocument > >Then if you want to use frames > >your frameset page can include the DynAPI and all the other frames just > need > >to call Implement. > > Hmm. Whenever I want to use frames, I just assign a new D

Re: [Dynapi-Dev] DynDocument

2001-04-15 Thread Scott Andrew LePera
>Then if you want to use frames >your frameset page can include the DynAPI and all the other frames just need >to call Implement. Hmm. Whenever I want to use frames, I just assign a new DynDocument to manage the frame. I've done this with pop-up windows, too. I've used the DynAPI like this to

Re: [Dynapi-Dev] DynDocument

2001-04-15 Thread Robert Rainwater
I'm not sure why you would need to do this. All you are doing is copying the prototypes. What about initialization. Anyway, what advantage are you gaining here. Maybe I'm just missing it. -- Robert Rainwater On 4/15/2001, 1:36:26 PM EST, Eytan wrote about "[Dynapi-D

[Dynapi-Dev] DynDocument

2001-04-15 Thread Eytan Heidingsfeld
I've been thinking recently. I big problem of using DynAPI in frames is this whole DynDocument bit. I have written a page which implements DynDocument in any object you like (usually this will be a "document" object). It sounds quite vague but look at the included page. Then if you want to use fra

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
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] > Sent: 08 March 2001 17:54 > To: [EMAIL PROTECTED] > Subject: RE: [Dyn

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