graphic-javascript-effect-image-delay.js / js
/* This script and many more are available free online at The JavaScript Source!! http://javascript.internet.com Created by: Sandeep Gangadharan | http://www.sivamdesign.com/scripts/ */ function runBanner() { // change the name of the image below document.getElementById('banner').src='soutine.jpg'; } // change the number on below to adjust the time the image takes to load window.setTimeout("runBanner()", 5000);
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.