PDA

View Full Version : SSI for making a random Header


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!

MCookie
11-30-2002, 11:06 AM
"Not just a random image script, not a day-of-week redirection script."

ScottG
11-30-2002, 05:46 PM
Couldn't open the files but I found a DHTML script that accomplishes what I needed.

Random iframe content- © Dynamic Drive (www.dynamicdrive.com)

It did the job.

Thanks though.