Ang Talunin wrote:
> I'm trying to read an xml from another webpage with:
> xmlDoc.load("http://www.otherwebsite.com/test.xml");
>
> But this doesn't work...anybody knows a way to fix this?
Is that client side code? If yes then with the normal IE security
settings you can only load from the same host your HTML page with the
script is loaded from. There is an IE security setting to allow access
to data sources from different domains but don't expect anyone to lower
his IE security settings. If it is only for yourself play with the
setting, it should work then.
The best solution however is to use server side code to do such stuff.
--
Martin Honnen
http://JavaScript.FAQTs.com/