Hi Andy,
No everyone will allow ActiveX to work in their IE. Users can easily lock
down their browser to disable ActiveX and the XmlHttp will fail... that is
why I am thinking of using DSO as my fall back.
Someone actually suggest that I check the readystate on the XML. The alert
box is probably giving me the time to allow the XML to down to the client
browser before I start iterating through the nodes.
Regards,
Joe
"Andy Dingley" <> wrote in message
news:...
> On Thu, 7 Apr 2005 21:53:35 +0800, "Joe Bloggs" <>
> wrote:
>
>>I have an xml data island which is used for providing data for a
>>dropdown list. However, change the 'src' attribute of the xml data
>>island doesn't seem to reload the xml island properly....
>
> I don't really know why you'd expect it too. Do it right - use the
> XmlHttp object instead.
>
>
> If you think carefully about what's happening here, and how it
> strangely starts working when you have the alert(), then you should be
> able to work out why it's failing.
>
|