Alternate Content for nonJava Browsers


<HTML>
  <HEAD>
    <TITLE>PARAM Tag Example</TITLE> 
  </HEAD>
  <BODY> 
    <APPLET codebase="../classes/mm"
            code="Banners.class"
            width="400" height="100">
      <PARAM NAME="bgColor" VALUE="#ffffff">
      <PARAM NAME="fps" VALUE="20">          
      <PARAM NAME="messages" VALUE="PARAM tags must have a name and value attribute.">
    <H2>Your browser does not support Java Applets<H3> 
    </APPLET>
  </BODY>
</HTML>

The Macromedia Banner.class applet used here is distributed for free (at least right now) by Macromedia. To obtain the applet and to read macromedia's licensing policy go to http://www.macromedia.com.