|
Random quotes/images/banners or any thing
|
Other links at JavaScript > Scripts and Programs > Randomizing |
| 1. |
Ace Random Banners
|
|
|
A very simple script to display random banners and links on your web site.
|
| 2. |
Unique Random Numbers
|
|
|
This JavaScript picks up a number of unique random elements from an array. For example; if you have an array myArray consisting of 10 elements and want to pick 5 unique random elements. Suppose initially myArray[3] is picked randomly, then myArray[3] should not be picked again. If you want to pick 4 numbers, call the function like: pickNums(4).
|
| 3. |
Random iframe content
|
|
|
By default, an iframe only displays one set URL. This script changes that, by allowing you to specify a group of URLs for the iframe to randomly choose and display from.
|
| 4. |
Daily iframe content
|
|
|
This script loads a different page into an iframe daily (out of 7 days of the week). Use it to serve up daily, changing content, such as a "tip of the day" when you dont have access to server side resources.
|
| 5. |
Super Random Quotes
|
|
|
This is a JavaScript that allows you to display a random quote out of a super-sized collection of 160 messages.
|
|
|