Random Image Generator <img> Tag Demo

The below examples show two different images called from two different directories using the same random_image.cgi script. These images were generated using an <img> tag

Click the link at the bottom to reload the page and see the script in action.

Random Image using <img> tag

The above image was generated with the following HTML markup:

<img src="/random_image/demo/random_image.cgi?path=wx" alt="Random Image using <img> tag">

A Movie Poster

The above image was generated with the following HTML markup:

<img src="/random_image/demo/random_image.cgi?method=ssi&path=movie_posters" alt="A Movie Poster">

Reload the Demo!