Thanks for the quick response. Too bad the
Firefox behavior isn't what is "supposed"
to happen...
To be more explicit, here is the relevant code:
function displayURL(xml) {
try {
alert(xml);
var result = $("url", xml).text();
alert(result);
}
catch (ex) {
alert(ex);
}
}
In the above code the alert
Hi,
I have an jquery-ajax-enabled javascript script that runs just fine in
FireFox.
However, in IE 6, my script is failing.
My ajax request returns the following string and passes it to a
function to be processed. The string returned is:
some valid url here
This string is being constru
3 matches
Mail list logo