$.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
When I need to use ajax in my applications I implement the $.post and
never had problems.
Try to use this.
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
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
4 matches
Mail list logo