Execute an applet or bean, there is a possibility to download a Java plugin for execution it.
JSP syntax
TYPE = "bean | applet" Code = "ClassFileName" CodeBase = "classfiledirectoryname" [name = "instancename"] [Archive = "Uritoarchive, ..."] [align = "bottom | TOP | MIDDLE | LEFT | Right"] [height = "displaypixels"] [width = "displaypixels"] [hspace = "LeftrightPixels"] [vSpace = "Topbottompixels"] [jreversion = "jreversionnumber | 1.1"] [nspluginurl = "urltoplugin"] [iEpluginURL = "URLTOPLUGIN"]> [ [ jsp: params>] [ jsp: plugin> example jsp: params> unable to load applet p> jsp: Fallback> jsp: plugin> description When the JSP file is compiled, when sending to the browser, the In general, the Attributes TYPE = "bean | applet" The type of plug-in object that will be executed, you must specify this bean or applet because this property has no default. Code = "classfilename" will be the name of the Java Class executed by the Java plugin, must end with .CLASS. This file must exist in the directory specified by the CodeBase property. CodeBase = "classfiledirectoryname" The directory (or path) of the Java Class file will be executed, if you do not provide this property, the directory of the JSP file using the Name = "instanceename" The name of this bean or applet instance will be called in JSP. Archive = "uritoarchive, ..." Some pathnames separated by commas, these path names are used to pre-install some of the Class to use, which increases the performance of the applet. Align = "bottom | TOP | Middle | Left | RIGHT" Graphics, objects, and applets, have the following values: Bottom TOP Middle Left Right Height = "DisplayPixels" width = "displaypixels" Applet or bean will display the long width value, this value is a number, the unit is pixel. Hspace = "Leftrightpixels" vSpace = "Topbottompixels" Applet or bean is displayed on the screen, the space you need to leave up and down, the unit is pixel. Jreversion = "JreversionNumber | 1.1" Applet or bean runs the version of Java Runtime Environment (JRE) required. The default is 1.1. nspluginurl = "Urltoplugin" Netscape Navigator users can use the download address of JRE, this value is a standard URL, such as http://www.aspcn.com/jsp IEPLUGINURL = "URLTOPLUGIN" The download address of the JRE that IE can use, this value is a standard URL, such as http://www.aspcn.com/jsp You need to send parameters or parameter values to Applets or Beans.