- 1,233 categories
- 40,462 scripts
Updated: 02/19/2002
- This is a Cross Browser Javascript Ticker that runs on MSIE as well as Netscape. This ticker is very easy to customise. You can add any number of messages and their corresponding URLs. Messages must be added to the array ticker_msg and the URLs must be added to the array ticker_url. This ticker ticks the messages on a button. You can change the style of the button easily. The ticker speed can be changeed easily by modifying the value of the variable ticker_speed. (Here it is 1, which means that the message would change every 1 second.)
- Categories
- Tags
- Platforms
- Licenses
- A Javascript Text Box Ticker that ticks a number of messages on a Text Box. This ticker is very easy to customise. You can add any number of messages and their corresponding URLs. Messages must be added to the array ticker_msg and the URLs must be ad...
- 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]...
- This is for those new to javascripting. This tutorial will show you how to create a javascript array in the internet browser.
- This is a Cross Browser Javascript Button Ticker that ticks a number of messages on a button.You can change the direction in which the message ticks. (i.e the order in which the message ticks). This ticker is very easy to customise. You can add any n...
- This article looks at a couple of ways to get the code in the client-side and server-side to communicate each other: Using the Javascript Array and Using ASP and XML.