yes i copied and pasted it , it will *probably* work if you change
p = new ActiveXObject("Msxml2.XMLHTTP");
to
p = new ActiveXObject ("Microsoft.XMLHTTP");
----- Original Message -----
From: "Ernst Bunders" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 25, 2003 1:20 PM
Subject: RE: mmbase dove javascript
> this code is idntical to the code that kees created (copied?)in the first
> place. It won't go in ie(5.5).
> Ernst
>
> -----Oorspronkelijk bericht-----
> Van: jelmer [mailto:[EMAIL PROTECTED]
> Verzonden: zaterdag 22 februari 2003 17:42
> Aan: [EMAIL PROTECTED]
> Onderwerp: Re: mmbase dove javascript
>
>
> cant creates object is probably due to the use of the XMLHttp object in
the
> script
>
> try {
> p = new XMLHttpRequest();
> } catch (e) {
> p = new ActiveXObject("Msxml2.XMLHTTP");
> }
>
> not all IE versions support this , I think ms introduced this in ie5 or
5.5
> it probably should be new ActiveXObject ("Microsoft.XMLHTTP"); for maximum
> compatibility
>
> ----- Original Message -----
> From: "Ernst Bunders" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, February 17, 2003 1:56 PM
> Subject: RE: mmbase dove javascript
>
>
> > what version IE do you have?
> > I have 5.5
> > the error is:
> > regel: 8
> > Teken: 5
> > Fout: Automatiseringsonderdeel kan object niet maken
> > Code: 0
> >
> > I find that unspecific (when are they specific? :) )error messages
> regarding
> > jscript are often related to the surprisingly extensive list of
reserved
> > words in the IE. I did a quiq scan of generic.js, but didn't immedeately
> see
> > anyting problematic. But i don't really think it's importent anyway...
> >
> > Ernst
> >
> > -----Oorspronkelijk bericht-----
> > Van: Kees Jongenburger [mailto:[EMAIL PROTECTED]
> > Verzonden: maandag 17 februari 2003 13:41
> > Aan: [EMAIL PROTECTED]
> > Onderwerp: Re: mmbase dove javascript
> >
> >
> > > This is preety usefull stuff. I am doing some dove scouting myselfe,
and
> > > you save me some work. twoo point2:
> > > 1 your demo page doesn't work in IE (don't know if this is a problem)
> >
> > It works for me on hour IE machine.
> >
> >
> > > 2 for this kind of deployment of the dove servlet i think anonymous
> cloud
> > > login would seem very desirable. you don't want to hardcode account
info
> > > into client pages...
> >
> > you even probably want your onw security implementation
> >
> >
> >
> >
>
>
>