Valhalla Legends Archive

Programming => Web Development => Topic started by: Crypticflare on July 03, 2003, 03:57 AM

Title: Random Text Link.
Post by: Crypticflare on July 03, 2003, 03:57 AM
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
Title: Re:Random Text Link.
Post by: Grok on July 03, 2003, 05:39 AM
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.
Title: Re:Random Text Link.
Post by: Thing on July 03, 2003, 07:23 AM
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
Title: Re:Random Text Link.
Post by: Crypticflare on July 03, 2003, 09:27 AM
ty kindly sirs.