jQuery Tabs containing multiple instances of the same page

jQuery Tabs containing multiple instances of the same page


I am using the jQuery UI Tabs and in one of my tabs I have a list of
accounts. I want to provide the ability to amend an account via a page
that will be displayed in a new tab and also provide the ability to
have multiple account tabs open. This obviously means have multiple
instances of the same page present within my page that contains the
tabs.
Does anyone know of an example that displays this kind of behaviour?