Search code examples
htmlasp-classicincludessi

Including .asp file into html file


How can include .asp file inside of html file and have it proccessed besides having to process all html files with asp.


Solution

  • you could use an IFRAME tag...but it's a bit sucky. I'd do what Phantom Watson says.