views:

14

answers:

0

I've a page on which I have groups of different items. Next to each group I have a link to add an element to the group which opens up a jQuery dialog. I would like to open up a different iframe in a dialog for each group's link.

How do I do this?

Or would you suggest I skip the iframe and use a form in the dialog? If yes, then how do I do that?

PS: I found a way to set different text for each dialog but not different HTML. (http://stackoverflow.com/questions/725841/jquery-dialogue-multiple-on-the-same-page)