Ace Random Banners A very simple script to display random banners and links on your web site. |
Bushman Technologies - JSQuote Place a random quote anywhere on your web page by including a single, simpel line of JavaScript. Easily scalable and expandable. Have fun! |
ChicoQuote Random Quote Script ChicoQuote Script. Customizable random quotes java script. Easy to set up. You can easily control the size of the text, color of borders (or remove borders), etc. Can be used as a plugin for WebApp PHP, Nuke, and other popular CMS software. Random quote samples included as examples for beginners. Works with any language. |
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 don't have access to server side resources. |
GreatRandom GreatRandom is Javascript which allows you to display random message or links. Message can be text or HTML. You are free to customize message as much as your want. Very easy to work with. |
Image Randomization A simple code snippet to display random images on your web site. |
MyKazaam Random Quotes Small script places random quotes on your site. Easily configurable, allows use of HTML, hyperlinks, and images if you wish. New quote appears with refresh of each page. Can be placed on multiple pages if needed. Simple set up in under 2 minutes. Comes with sample quotes to get you started. |
Random Child Quotes Add 2CoolBaby Quotes to your web site and have a child/parent related inspirational or humorous quote with a background that automatically changes every time a visitor views a page with the quote on it. There are 30 quotes. The width is 150 pixels and the height will vary slightly with each quote. |
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. |
Random Image Selector This simple script shows how to use JavaScript to randomly select an image from a pre-defined set of images. |
Random Image with Link This JavaScript allows you to generate a random image with link. It does require some customization so only experienced developers should use it. You will need to change link |
Random Link button This script creates a normal link that goes to a random destination, selected from a pool of URLs. |
Random Link plus textual description Display not just a random link, but corresponding title and textual description, with this script. |
Random Links On the push of button, this script randomly selects a link from a set of pre-selected links and sends you to the random link. |
Random Numbers Use this script to pick 16 random numbers. Lottery, for fun, whatever. |
Random Quote on Page This script will write a random quote from a set of 10 into a web page where you want it to show up. Works only with NS4+ and IE4+. NS3 showed a blank space when tested inside a table. |
Random Satirical Punch Line This script shows a random, satirical punch line on your page. A whimsical script. |
Random Strings Interpolate a random string into a page when it is displayed. This technique could be used as an alternative to server-side includes for those who don't have them or don't want to overload the server. |
Random URL Randomly selects a URL from a pre-defined set of URL's. It will display the URL in the status bar. |
RandomBackground An example showing how to use JavaScript to randomly select a background image from a pre-defined set of images. |
RandomHTML This script allows you to select and output a random "segment" of html on your Web page. |
RandomImageLink This JavaScript allows you to select a random image from a set of images and specify a URL to go with each image. |
Randomized Image Scroller You control the image scroller (up,down,stop,top, 3 speed settings). It randomizes the images upon each page refresh so that the visitor see's a new sequence of images each time they visit the page. |
Super random link button This powerful script creates a normal link that goes to a random destination, selected from *all* the links on the page it's added to. |
Super Random Quotes This is a JavaScript that allows you to display a random quote out of a super-sized collection of 160 messages. |
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). |
Unique Random Sets This JavaScript, based on Unique Random Numbers II, picks Unique Random Sets. Here, there are more than one arrays (need not be of same length). First, we pick a number of unique random elements from the first array, numArr1 to form the array pickArr1. Now each element of pickArr1 picks another element from the second array numArr2, which again is unique and random. Thus we form the array pickArr2. Similarly each element of pickArr2 picks unique random elements from numArr3 to form pickArr3. |