se vuoi vedere un'altra immagine clicca qui che ricarica la pagina
Autori: http://www.cgiscript.net/scripts.htm , modified and explained from www.webmasterpaolo.com
RITORNA ALLA PAGINA DELLE JAVASCRIPT
RITORNA ALLA PAGINA DEGLI EFFETTI SU IMMAGINI
Lo script da inserire in html
<SCRIPT LANGUAGE="Javascript"><!--
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************
function image() {
};
image = new image();
number = 0;
// imageArray
image[number++] = "<img src='immagine1.jpg' border='0'>"
image[number++] = "<img src='immagine2.jpg' border='0'>"
image[number++] = "<img src='immagine3.jpg' border='0'>"
// keep adding items here...
increment = Math.floor(Math.random() * number);
document.write(image[increment]);
//--></SCRIPT>
|
LE TRE IMMAGINI INSERITE |
![]() |
![]() |
![]() |