PDA

View Full Version : ASP embedded in HTML


abannet
06-02-2005, 07:45 AM
I have a calendar written in ASP. I would like to create an HTML page with tabs that when people click a tab, it pops a new page below that tab. Now, the problem I have is that the calendar I'm using is purely ASP (and I don't know ASP, sorry). I would like the calendar to be used on this tabbed page (HTML), so I need to embed it somehow. Any help in this area is appreciated.

Cheers.
-Alan

Roelf
06-02-2005, 08:20 AM
You can use an iframe (http://www.devguru.com/Technologies/html/quickref/html_iframe.html)

JimB
06-03-2005, 08:27 PM
Be sure to use the .asp extension on whatever page you use that code, otherwise it will not work.