We are in the early stages of a DNN project and have a question about the IFrame module. Looking at the IFrame means we can leverage some current webite content we've already done without having to rewrite our custom application. We have some questions though -
We would like to install the IFrame module in the DNN framework multiple times (as a host) and set the URL and parameters so that the administrators of the portals can't change them. In this case then we would have the IFrame module and the DNN framework pass some parameters to the target of the IFrame which could then use that information to present the right content to the users. As the Host we only want the admins to use the module, or not use the module, but not change the URL or parameters. Is this possible? Also, we would like to keep the standard IFrame module if the Admins want to IFrame in some content themselves, so the IFrame module, in effect would have to be installed in the DNN site more than once - again, is this possible?
Thanks!