Forum Moderators: open
I have a page with a right column.
In that right column of the page, I want be able to include one of five other pages at random.
Think of it like having 5 different versions of a navigational menu set up as different pages(i.e. menu1.asp, menu2.asp, menu3.asp and so on )and you want to randomly select one of those to use each time the page is requested.
The problem is, it can not be easily done by just including an asp code generated variable into a SSI include string.
However I have to believe that there is some kind of work around to this so that you can assemble the string.
Anybody able to help?