JavaScript Switching Images
JavaScript image automatically switch! You can control the length of time to switch the picture and put as many pictures as you like on any web pages.
Script Demo:
Demo
JavaScript Code:
Insert this code into <head> tags |
Insert this code into <body> tags |
Instruction:
- Replace <body> with <body onLoad="flipper()">
setTimeout("flipper()", 2000);- Set time out, 1000 is equal to 1 second."IMAGE1.gif",- Image URL channels, add as many as you like.
| Webmaster » Web Programming » JavaScript » Image Effects » Switching Images |
Related Links:
Sponsored Links
