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
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
>
>
>
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
: 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
>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
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
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
;[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
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
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
16 matches
Mail list logo