ET Random Image - Documentation


 

 

 

 

Features

ET Random Image applet takes a list of images and shows one of them at random. Useful if you have several different commercial images that you want to show one at a time.

Examples

Get started

  1. Start with a simple web-page where you want the applet. (E.g. Test.html)
  2. Copy the class file to the same directory as Test.html:
    ET_RandomImage.class
  3. Copy the applet and parameter tags from the simple example (or any other example, but it is safer to start with something simple).
  4. If you get it to work you can add more parameters from the list below. Check out the other examples for inspiration. If you have problems, check the FAQ for more help.
  5. If you still don't get it right, read the tutorials at http://www.htmlgoodies.com/ regarding Java applets.
     
   

Parameters

This is the list of parameters that can be used in the HTML code with this applet. If the applet is unable to interpret a parameter, it will be ignored.
 

Images

  B-n-Image
Image n. The images will be centered within the applet area.
Values: URL to image
Default: none
Example: <param name="B-1-Image" value="fun.html">
See Also: Button parameters.
 

URL

  B-n-URL
The URL connected to image n. You can use any URL type supported by your browser including http: and mailto:.
Values: URL to link
Default: none
See Also: Button parameters.
 
    B-n-URLFrame
The target frame of the URL connected to image n.
Values: _self / _parent / _top / _blank / frame name
Default: _self
See Also: Button parameters.
 
    B-n-URLText
The text to be shown in the browsers status bar when the user moves the mouse pointer over image n.
Values: text string
Default: none
See Also: Button parameters.
 

Colors

  BGColor
The color of the applet background.
Values: 000000 - ffffff
Default: ffffff (white)
See Also: Color notation.
 
   

Known Bugs

No known bugs.

If you find any other bugs please report them to us.
 

   

Future Features

It's always possible to improve an applet, but every feature creates more code, and more code will result in longer loading times.

Currently we don't have any new features planned for this applet.

 

© 1997-2000 Entanke. Visit us at http://www.entanke.se/ for more information.