[jQuery] Re: Take the XML response without using DOMParser() or ActiveX

2008-06-03 Thread AlePetrucci
l" ); only works with FF? thx On 3 Giu, 12:27, AlePetrucci <[EMAIL PROTECTED]> wrote: > Hallo, > I'm used to check the broser version in my callback function (when > managing the xml from the response), something like: > > try{ > // for Ie > xmlDoc=new

[jQuery] Take the XML response without using DOMParser() or ActiveX

2008-06-03 Thread AlePetrucci
Hallo, I'm used to check the broser version in my callback function (when managing the xml from the response), something like: try{ // for Ie xmlDoc=new ActiveXObject("Microsoft.XMLDOM"); }catch{ //for FF xmlDOc=DomParser() (code is not complete :)) is there any way to make this transpa