I'm not sure how about doing this so I'll ask one of the web dev gurus here on this board. On the opening splash page to a new site I plan on scripting I'd like each time on pageload to generate a new text like "welcome blah" with the link "enter". So if you were to refresh the page you'd get somthing new.. Is there a certain language I should be looking at for help on this? Like PHP or Javascript? any help is very much appreciated
ASP/IIS has a "Content Rotator" component in which you the developer add all the possibilities you would like shown. On each page refresh, the rotator component selects something from the choices.
http://www.hotscripts.com/Perl/Scripts_and_Programs/Randomizing/index.html
http://www.hotscripts.com/PHP/Scripts_and_Programs/Randomizing/index.html
http://www.hotscripts.com/JavaScript/Scripts_and_Programs/Randomizing/index.html
ty kindly sirs.