ScottG
11-29-2002, 04:20 PM
I use server side includes for a Header and Footer to all of my web pages. Simple:
<!--Begin HeaderText-->
<!--#include file="header.txt" -->
<!--End Headertext-->
But I want to make several, even a dozen different headers for my website so something different shows up on each page for each visitor. And I don't want just a random image script. I need to make entirely different HTML pages display.
If I make a bunch of different headers, is there a script I can use to display them???
I'm not a programmer and I hope this is the correct forum for the question. :)
I thought about using a Day of Week Re-direction script but I may want to have more than 7 different headers.
Thanks!
<!--Begin HeaderText-->
<!--#include file="header.txt" -->
<!--End Headertext-->
But I want to make several, even a dozen different headers for my website so something different shows up on each page for each visitor. And I don't want just a random image script. I need to make entirely different HTML pages display.
If I make a bunch of different headers, is there a script I can use to display them???
I'm not a programmer and I hope this is the correct forum for the question. :)
I thought about using a Day of Week Re-direction script but I may want to have more than 7 different headers.
Thanks!