|
|
gollum
regular
Reg'd: Wed
Posts: 278
|
Re: Randomising in web sites
Wed May 19 2004 09:51 PM
|
|
|
http://smacie.com/randomizer/simpsons/homer.html?Homer.x=93&Homer.y=217 I imagine this is done on the serverside somehow. It would be quite easily to achieve. You could also do it in javascript on the client (browser) side. You could store all the quotes in an array and when the image is clicked, you could have the script pick one at random and display it.
|
|
|
|
|