AJAX modal dialog using RJS

Fellow railsers

I spent some time in the past week trying to figure out a way to
create a modal dialog that can submit a form and not perform a full
page refresh. I solved my problem but I’m wondering if others out
there have had need for this and how they solved it? I’m not
completely happy with having to hack for IE6 but what else is new. I
blogged about it here:

http://javathehutt.blogspot.com/2006/07/rails-realities-part-15-ajax-
modal.html

Would love to hear if others have created a similar implementation
and how they did it, especially if it’s even simpler :slight_smile:

-Michael