- 1,233 categories
- 40,467 scripts
Updated: 08/26/2002
- 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 added to the array ticker_url. The ticker speed can be changed easily by changing the value of the variable ticker_speed. (Here it is 1, which means that the message would change every 1 second.) To use this script, you just have to copy the &"script&" section of the source and paste it wherever you require on your web page.
- Categories
- Tags
- Platforms
- Licenses
- This JavaScript will controll access to any pages you specify. Within this script you can configure any amount of username and password aswell as the page the user is directed to on success and the page the user is sent to if they fail. Employing thi...
- 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 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 ...
- 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.