javascript - jQuery:Something fishy about my URL? -


The following URI works in my browser (the desired XML file is coming back):

 < Code> http: // ipaddress: port / server / gate? Command = GET% 26 INO  

But when I write the following to work with jQuery, it's not like that. Reaction 200 is OK, but I get a blank XML file.

  $ (document) .ready (function () {$ .ajax ({type: "GET", url: "http: // ipaddress: port / server / gate? Command = GET % 26info ", datatype:" xml ", success: parseXml});}); I tried to convert % 26  to  and  instead of  

, but it is not working either Is that what I'm doing wrong by default?

If you have access to the server that gives service to xml, you now have FF3.5 and IE8 Can use more in - Cross Genesis Resources Sharing It works like a magic

example my, which has not yet been answered


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -