Creating Random index.html pages

S

Steve Easton

Requires a server side script.
What kind of server and server Operating System is the site hosted on??

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
C

Chaz

Hi:

I know there are tools that will randomize text and pictures on your
page, but I want to randomize which page a user sees, each time they
come to the site.

For example:

If the user goes to mysite.com, they will come to mysite.com\index.html
and then randomly goto:

Index-a.html Content A
Index-b.html Content B
Index-c.html Content C and so on…..

I want to set up 10 different pages that will change or randomize each
time a user comes to that page. Any suggestions on how to accomplish
this would be greatly appreciated.

Thank you in advance!

Chaz
 
T

Thomas A. Rowe

You would have to custom write the script, you are will most likely not find anything pre-written.
You need to have knowledge of ASP/VBScript to accomplish.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top