HTML in a Dynamic Page

Something completely different. If, on a Dynamic Page, displaying a hotel or a restaurant, one wanted to show a Google Maps location, a Google Calendar of every individual hotel or a Tripadvisor Rating, is that possible? I can put the HTML code snippets into the table, but I see no way to display that.
Is it possible?

It is possible. Just have a regular text field in the database to include the HTML frame url (you will need to use a url) and set the HTML component url using code.

Another alternative is to code an HTML frame that can get a message, using post message API. For instance, Code one hell frame that accepts an address and shoes it on a map, and using code in the dataset on ready event past a message to the frame with the address.

Thank you, Yoav. About solution 1: assuming you are talking about the HTML/Iframe-app, that will not work, I am afraid, for it is not data bound. What I need is that every hotel, restaurant, etc, displayed in a dynamic page, has a Google Maps map on the side with this unique location. Thus, it varies per Item. SInce the HTML-app is not data aware, this is, as far as I can tell, not possible.
About solution number 2: Daar begreep ik echt helemaal geen ene klote van en dit kun je mensen niet aandoen. If you do not understand what the former meant, you more or less caught my drift.
Appreciate the Saturday assistance,

PS Wouldn´t it be a good idea to make the HTML-component data-aware? So many pages need to break out, a real estate site to google maps, a destination site to Yelp or Tripadvisor, etc. Should I post that in the Feature Request section?

Does anyone have a solution? I still don´t know what “shoeing a map on a hell frame means”, but to have HTML-snippets per data-item is crucial to the site. I have been trying and trying to get a text box bound to a datafield to communicate to the HTML-component (solution 1), but I don´t get anywhere near. The HTML-component lacks a “Code”-property you can set, I think.
Anyone?