Instructions for Using the Click Button Applet


Above are examples of the Click Button Applet running on a web page. For more information about this applet you can visit the ElriDEV site. In order to use this control, you need to set up several parameters, these parameters are listed below. If you use the background image parameter to set the background of the applet to an image, you must make sure your gif images are transparent. This applet is provided free of charge for use on your webpage, provided that you make a link back to my page from your page ( http://www.geocities.com/elricsgsx ), also please email me to let me know its in use!

Table of Parameters:

Parameter Name Description Example
ImageSrc The first (main) image to display in the cycle. car.gif
ImageDest The secondary image to display in the cycle. click.gif
EnterNoise The .AU sound to play when the mouse enters bipsound.au
ClickNoise The .AU sound to play when the mouse is clicked camera.au
ImageBkCol The back colour (if no image), gray, black, red or white white
ImageBack The image background (if no colour selected) backgnd.gif
URLName The URL to load, relative to the HTML file directory javaExamples.html
Target The target frame, only include this parameter if you are targeting a frame (such as _self or _top) otherwise do not include the parameter

html example:

<applet code=ClickBtn.class name=ClickBtn width=100 height=100 >
<param name=ClickNoise value="camera.au">
<param name=EnterNoise value="bipsound.au">
<param name=ImageSrc value="car.gif">
<param name=ImageDest value="click.gif">
<param name=ImageBack value="backgnd.gif">
</applet>