A simple message ticker in which each message is associated with a unique URL, and clicking the button will take the surfer to a different URL.
<form name="slideshow"><div align="center"><center><p><b>
Update</b><br /><textarea rows="5" name="S1"
cols="30" wrap="virtual" readonly style="border-style: solid;border-color: red green
blue black;border-width: thin"></textarea><br />
<input type="button" value="GoTo That Link" name="B1"
onClick="window.location=messagelinks[curmsg]"/></p>
</center></div>
</form>
<script type="text/javascript">
var curmsg=-1
var messages=new Array()
messages[0]="All Kind Of PHP related Tutorials!"
messages[1]="All Kind Of JavaScript related Tutorials!"
messages[2]="All Kind Of MySql related Tutorials!!"
//add more messages as desired
var messagelinks=new Array()
messagelinks[0]="http://mistonline.in/wp/technology/php/"
messagelinks[1]="http://mistonline.in/wp/technology/javascript/"
messagelinks[2]="http://mistonline.in/wp/technology/mysql/"
//add more links as indicated by the number of messages
function slidemessage(){
if (curmsg<messages .length-1)
curmsg++
else
curmsg=0
document.slideshow[0].value=messages[curmsg]
setTimeout("slidemessage()",4500)
}
slidemessage()
</script>
<p align="center"><font face="arial" size="-2">This free script provided by</font><br />
<font face="arial, helvetica" size="-2"><a href="http://mistonline.in/wp/technology/javascript/">JavaScript
Tutorials</a></font></p>
Incoming search terms:
- Message Slideshow (9)
- javascript message slideshow (8)
- slideshow news script (7)
- java slideshow tutorial (6)
- news slideshow javascript (6)
- news ticker using javascript (6)
- ticker using javascript (5)
- simple news slideshow (5)
- simple news ticker script (5)
- simple javascript news ticker (5)
- newsticker slideshow (4)
- message ticker javascript (4)
- php news slideshow script (4)
- slideshow news php (3)
- php news ticker tutorial (3)
- news ticker slideshow (3)
- javascript news ticker tutorial (3)
- javascript news ticker script (3)
- javascript message ticker (3)
- java news slideshow (3)
- news slideshow script (3)
- news slideshow php (2)
- simple news ticker javascript (2)
- php news slideshow tutorial (2)
- php slideshow news (2)
- ticker script (2)
- news scroller using javascript (2)
- news scroll using table (2)
- simple news ticker (2)
- php news slideshow (2)
- news slideshow php mysql (2)
- dynamically changing url in slideshow through js (2)
- download pageflip4 (2)
- best news slideshow (2)
- simple javascript news scroller (2)
- slideshow ticker java script (2)
- PHP ticker from MYSQL (2)
- simple news javascript ticker (2)
- php mysql javascript news scroller examples (2)
- news ticker for firefox tutorial (2)
You will also be interested in ,
- Drop down menu going behind flash element
- Copy form field values using javascript
- Javascript Alert Message Box When Clicking A Link
- Changing the image by dynamically changing the image source using javascript
- Add a splash page using javascript
- Suppress javascript errors on your webpage easily
- Block key press using javascript
- Javascript webpage load timer, display time taken to load a webpage
- Add a mouse cursor or pointer trailing text using javascript
- HTTP referrer using javascript
