abcdefGARY
05-05-2007, 10:04 PM
hi, does anyone know of a script that can generate a random ordered list?
for example...
<ul>
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
</ul>
rather than having them display the same order, I'd like to be able to put them in random order everytime someone refreshes the page.
I've only been able to find "random content generation", which only displays one of the items in random order.
thanks.
for example...
<ul>
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
</ul>
rather than having them display the same order, I'd like to be able to put them in random order everytime someone refreshes the page.
I've only been able to find "random content generation", which only displays one of the items in random order.
thanks.