on further investigation it actually is calling the error handler and
giving a parsererror. For now I just check the browser and if FF do
text datatype, xml for all others. a crummy workaround but i guess it
will do.
On Feb 21, 12:48 pm, Scott Vickers <[EMAIL PROTECTED]> wrote:
> I
I am trying to call a .net webservice with a get and no parameters.
It is returning a simple xml doc with a single string element like
this:
http://www.mysite.com/";>
blahblah
here is the jquery code I am using:
$.ajax({
type:"GET",
dataType: "xml",
url:$lin
2 matches
Mail list logo