Displaying pop-up window as a response to a form?

Hi!

Anyone knows how to do this?

Let me give an exmple:

  • You are in welcome.rhtml and put a form that calls an :action =>
    :someaction
  • Then you want a pop-up rendered as the response of this action
    (instead of changing from welcome.rhtml to another page).

The problem is that link_for has the option :popup, but form_tag
doesn’t… any ideas?