more items visited

guides and tutorials

Javascript: Display random images on your site

How to display a different image every time the web page is loaded? With Javascript it is definitely very simple. Let's start with an already working script to then explain how it works. img = new Array() img[0] = 'foto1.jpg" width="" height="" border=""'; img[1] […]