News Ticker
| Version | : | 1.1.1 |
| License | : | GPL |
| Status | : | stable |
Documentation
Features:
This script builds an message ticker with a HTML textfield. The Messages will definied i an Array and displayed in pseudo random order.
Usage:
Read first "Free PHP- & Javascripts -> Using the scripts". At the position in the document, were you want to have the ticker, you must add the following lines:
<form name="form1" id="form1" action=""> <input type="text" name="textfeld" id="textfeld" readonly="readonly" size="80" /> </form>
Inside the script enter your messages as follows:
botschaft[0] = "A Message"; botschaft[1] = "A Second Message"; botschaft[2] = "Message Number 3";