Hey all...i am looking for some sort of Javascript that will allow me to select a random image AND it's associated HTML color. I have a header that I want to randomize every time a user enters the site. The final version will be done in ASP, but I need this quick javascript for showing to the client.
I have checked everywhere, but most of them only allow an image change. I need both.
Can anyone help a brutha out?




Just remove the last two lines of code from the function (document.myImage.src = newImage;
, and insert this after your <body> tag...
Bookmarks