Okay, so here is the back story. This works fine with Opera, FireFox, and Safari, but breaks with IE. Whenever requesting a response from an external page (regardless of framework), if that response has an embedded form element (<form></form>) and the container for the AJAX response is embedded inside a form element (for instance, any ASP.NET page), you get the "Unknown Runtime Error". Okay, that''s no good. How to fix it? Simple, just remove the form element (<form></form>) within the Ajax.Updater object. I''m new to Prototype, so I''m not quite sure how to do this. I''m pretty sure it has to do with the insertion parameter of the Ajax.Updater object, but I''m at a loss. Any advice? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---