|
Hello,
I have a website, all of its pages are of .htm extension. I don't know much about html, asp, etc.
When I create/add a page, I just pick my template in .htm and add the content.
My bigger problem is, when I need to change the advertisement placement(like adsense to tribal fusion) on all pages then I have to edit all pages and place all ad-tags manually, which is now become nightmare, since now I have 3000+ pages.
Recently I learned ASP(not much, but just to use for my work). I simply put below line-
<!--#INCLUDE FILE="inc_asp/ad1.asp"-->
in a .asp template. And whenever I add a new page, I use the asp template. The biggest advantage of this is, whenever I need to change the advertisement placement, I will only have to change ad1.asp file at once.
My question is, Is there any script(like above in asp) for .htm file, so that I can change the ad placement dynamically from an external file?
Note: I don't want to use IFRAME.
Many thanks,
Xie
|