JS-Changer - JavaScript Changer Application

This program will dynamically change image inside your website.
Each time website is visited, a new image from a defined image pool will be displayed.
Please see demo website.


Instruction - How to Install

This program consists from changer.js JavaScript file and pool of images.
In order to make it successfully run in your website you need to modify changer.js file and define your images.
Images defined in changer.js file must match same names of the pool directory images.
Inside your html website add following line between <head> section </head>

<SCRIPT language=JavaScript src="changer.js" type=text/javascript></SCRIPT>

Inside <body> section </body> add following lines for displaying your images

<script language=javascript type=text/javascript>document.write('<IMG SRC="'+randImg()+'" WIDTH="250" HEIGHT="250">');</script>
<noscript><IMG SRC="pool/image.jpg" WIDTH="250" HEIGHT="250" border=0 hspace="0" vspace="0" alt="" ></noscript>


Please make sure to match HEIGHT and WIDTH of your images.

Download Information:

Application can be downloaded at:
http://www.digitex.biz/js-changer/js-changer.tar.gz (tar.gz archive)
http://www.digitex.biz/js-changer/js-changer.zip (zip archive)


Copyright Information:

This program is free for non commercial use.
For commercial use on your website you must license it.
Please send e-mail to webmaster@digitex.cc for information on how to use it in a commercial website.


• Copyright © Digitex Technologies, Inc. 1998-2004 - All Rights Reserved •