Are you loading that xml file locally? That may be the problem:
try something like this for local xml file access:
if($.browser.msie && location.toString().indexOf('file') == 0) { //
stupid IE won't load local xml files with XMLHttpRequest
var xml = document.creat
no alerts at all in IE , I tried it on different systems (3 pcs) , but
no alert shows ... I followed it with firebug and I discovered that IE
does not enter success function at all.
thanks for replying
On Jun 18, 4:54 pm, "Sam Sherlock" <[EMAIL PROTECTED]> wrote:
> well for meit works in ff3, f
well for meit works in ff3, ff2, ie6, ie7, ie8b1 and opera 8 and opera 9.5b
also safari 3(windows xp)
I get two alert pop up first
0-1
then
1-2
what is not working for you? double check that you have no errors syntax /
mark up
every time I try this it works fine - whatever browser I opt for.
th
Thanks but it's not working !!! I'm using IE7 for testing , maybe in
IE6 it's wroking
any solution?
first off I am no jquery or javascripot guru - I got this working in both
ie6 & ff3
in parse.js uncomment the ajax attempt and try the following
$.ajax({
type: "GET",
url: path,
dataType: "xml",
success: function(data)
{
/* perform a functi
5 matches
Mail list logo