random order

liunx

Guest
I am trying to design a webpage listing of vendors that will appear in a random order each time a user visits/refreshes the site. So each vendor has equal probability of appearing at the top. Approximate list size = 20. Is there a code for this?<!--content-->This will show you how. <br />
<br />
<!-- m --><a class="postlink" href="http://javascript.internet.com/messages/banner-ads.html">http://javascript.internet.com/messages/banner-ads.html</a><!-- m --><!--content-->The problem I'm having with this code, is that I need all 20 vendors to show at the same time without duplication, just in a random order. All of the rotating banner ad coding that I'm finding will only display one at a time. Is there a way around this? Also, ideally, I'd like the vendor listings in table/text format rather than as images for each of the vendors.<!--content-->
 
Back
Top