|
|
<script language="Javascript">
Example of the banner rotator script
</script>
|
| This script will rotate through any given number of banners at a regular interval.This one currenty has 6
and rotation is set to 10 seconds, it will automatically change the url when the banner changes. Due to page restrictions, Click Here to view this example in a new window. To have this script open in a new page change this part in the script (underlined to the part in bold black). function doIt(){
halt=1;
location.href=durl[sctr];
replace with: function doIt(){
halt=1;
window.open(durl[sctr]);
|
|
| Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. A1 JavaScript Resources is independent of Sun Microsystems, Inc.
|