How to create multiple identical elements using the same transaction?

We have a long list of products (rows in a container) on a single page. Each product has three buttons that popup different windows with additional information. All of the windows are exactly the same design except for the information (text/images) in the window. We have created popup windows and transactions that work quite nicely, but because a transaction only works on a unique top class name, we have to go through the tedious task of creating a new class and a new transaction for every popup even though the popup design and transaction events are the basically the same for every popup. We have many more pages like this to create, so I was wondering if there was an easier way to do this. Thanks for your help!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.