Log in

View Full Version : Random Text



distortia
12-08-2007, 06:23 PM
Hi im looking for a simple html code and im not sure whether or not to do it in html

how can i made like a sentance generator like it randomly says something ive put it in for example u see banners do it, you visit a site and u see an ad and refresh the page and it is a different ad how can i do that but with text?

Thanks

jscheuer1
12-08-2007, 07:52 PM
Nothing random is possible in HTML alone. You need some kind of programming language. HTML is just a markup language. Javascript is probably the simplest, but server-side languages may also be available to you and have the advantage of working for all users while javascript is just for those who have enabled it (most do).

Take a look here:

http://search.freefind.com/find.html?id=6299074&pageid=r&mode=ALL&n=0&query=random

Some of the scripts listed may be what you are looking for.