Re: [jQuery] Need help in making AJAX call in IE8

2009-11-18 Thread Michel Belleville
$.post() won't work on a local file either. Local or distant you have to talk to a web server, tapping the local file system won't work, and that's a feature. Michel Belleville 2009/11/18 Denis Caggiano > When I need to use ajax in my applications I implement the $.post and > never had problem

Re: [jQuery] Need help in making AJAX call in IE8

2009-11-18 Thread Denis Caggiano
When I need to use ajax in my applications I implement the $.post and never had problems. Try to use this.

Re: [jQuery] Need help in making AJAX call in IE8

2009-11-18 Thread Michel Belleville
AJAX calls does not work with local documents, I'll let you guess why (hint : what if I decided to read what's in your local files using my webpage, then send it to a database of mine so I can log into your favorite forum, online game, internet order site, webmail, etc. just for the fun of it... or

[jQuery] Need help in making AJAX call in IE8

2009-11-18 Thread santosh chavan
HI All I am trying to load XML file using following code. $(document).ready(function() { $.ajax({ type: "GET", url: "D:\Documents and Settings\santosh.chavan\Desktop\ajaxJqueryXML \data.xml", dataType: "xml", success: functi