Donate SIGN UP

Advanced HTML

Avatar Image
simsfreq | 23:09 Tue 22nd Nov 2005 | Technology
2 Answers
How do you make a random phrase appear (from a set list) with HTML code? I remember seeing how to do this somewhere but it was a long time ago and I have lost the link.
Sorry if I haven't phrased this very well!
Any help much appreciated.
Gravatar

Answers

1 to 2 of 2rss feed

Best Answer

No best answer has yet been selected by simsfreq. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.

You'd probably embed some Javascript into the HTML, create an array containing the list of random phrases and use the random(int, int) function to display the text in the array. I.e.


Print(array1(random(int, int))


or what ever the code is

You might find the answer here

1 to 2 of 2rss feed

Do you know the answer?

Advanced HTML

Answer Question >>