View Full Version : New text after refreshing? Help please!


TawnyK
02-18-2005, 01:30 AM
Hi, I'm attempting to put together a website and need some help with a code. I'm actually not sure if this is a Java code or an HTML code, but it sounds sort of Java-ish to me.

Anyway, I'm trying to have text on a page, but then when you go back to that same page, or refresh, the text is different. There is an example here: http://www.blink-182.org/facts.quotes.html

When you refresh that page, a new set of quotes show up and they are random, I assume.

Does anyone know what type of code this is and where I can aquire such a code? Thanks so much for your help!

kittycat
02-18-2005, 01:52 AM
Just a random javascript code... type in something like 'javascript random quote' into google or whatever you want to be random
One for quotes:
http://www.codelifter.com/main/javascript/randomquote.shtml

TawnyK
02-18-2005, 01:55 AM
Just a random javascript code... type in something like 'javascript random quote' into google or whatever you want to be random
One for quotes:
http://www.codelifter.com/main/javascript/randomquote.shtml

Awsome, thank you so much. This is exactly what I was looking for! Thanks again. :)