On 3/24/07, Srini <[EMAIL PROTECTED]> wrote:
>
>
> Our application works fine in mozilla , but not on IE.


You're sending HTML as XML over Ajax. That's fine, but it means you have to
use XHTML with "application/xhtml+xml" in order for reponseXML to work
("text/html" won't do it). The thing is, IE can't handle XHTML.

My suggestions:

   1. get HTML from the server as text/html and use a string from
   responseText together with Insertion from Prototype (see the API docs)
   2. use Pastie (pastie.caboo.se) because the snippet you sent is
   everything but readable
   3. use the Spinoffs group for support questions next time

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to