HTML table: how to?

I explained myself wrong. What I want is a fixed URL to a “dynamic” page. That page would do a db lookup based on the current day (or n more) and serve up the lightweight html, but without components. Basically, you get a http-get in (www.mywixsite.com/calendartoday, do a lookup in db on today´s date (or more), create and push html. On the client side this html would be displayed in an iFrame. Does that make any sense?