Ok, guys. I have an ASP scripted page that has been working as an RSS to HTML feed. It converts my RSS feeds without fail on it's own page. I cannot seem to display some of the feed items on a different page using #include (exact code) below). Any suggestions?
I was thinking this is as basic of a code as it gets, I don't understand why it's failing. Oh by the way there is no error, the only output is a blank line on the pge where the items should be showing up.
Code:
<!-- #include virtual="example.asp"-->
I was thinking this is as basic of a code as it gets, I don't understand why it's failing. Oh by the way there is no error, the only output is a blank line on the pge where the items should be showing up.