I have a main page that is composed of several include files. I want to rotate an ad that is composed in a table dynamiclly on each load. Very similar to a picture rotator, but this would call the include file, which contains this ad's table. So for instance: One time the page loads with this code in the body: <!-- #include virtual="/03_includes/ads1.asp" -->Then next time it might be ad2.asp through how ever many ads are currently running. I can't seem to get this to work.
Anyone out there have any ideas or faced similar challenges. Maybe the problem isn't that this won't work, but that I'm not seeing a better way to do the ASP code from scratch. The files ad1.asp contain nothing more than the raw table and images for the ads. (Each ad is sliced into several sections and links to unique places.)
Regards,
Tread42
Anyone out there have any ideas or faced similar challenges. Maybe the problem isn't that this won't work, but that I'm not seeing a better way to do the ASP code from scratch. The files ad1.asp contain nothing more than the raw table and images for the ads. (Each ad is sliced into several sections and links to unique places.)
Regards,
Tread42