Is it possible to set up random images to display in html only? without javascript? So basically I can copy and paste the html code on any html webpage (or even myspace) without it using a php include, javascript, etc? If so, how? Thanks,
Yes, you could display random image in html without javascript, but with PHP or ASP. It is server side scripting language. It's execute on the server, and generate HTML, so client receive pure HTML code. If you need PHP code just reply here, I will write some.