Hello.
I want to use include files on our website, but I am held back by the fact that they loaded before the script is executed. I have product reviews that I want displayed in the middle of a dynamic page. Currently the reviews are obtained from the SQL database. This is putting a lot of stress on our server. I think a better strategy would be to dynamically create html pages for the reviews. The problem is that the product pages are all dynamic and use the same asp page. Ideally I'd want to do #include file="<%= thefilename %>", but I know that wouldn't work. So how do I get around this? I'm thinking I might be stuck loading the html page in a new window apart from the dynamic page.
Any help would be much appreciated. Thanks.
I want to use include files on our website, but I am held back by the fact that they loaded before the script is executed. I have product reviews that I want displayed in the middle of a dynamic page. Currently the reviews are obtained from the SQL database. This is putting a lot of stress on our server. I think a better strategy would be to dynamically create html pages for the reviews. The problem is that the product pages are all dynamic and use the same asp page. Ideally I'd want to do #include file="<%= thefilename %>", but I know that wouldn't work. So how do I get around this? I'm thinking I might be stuck loading the html page in a new window apart from the dynamic page.
Any help would be much appreciated. Thanks.