JSP syntax
oral
jsp: incrude>
Examples
jsp: incrude>
Description / R
You can't judge a file from a file name to be dynamic or static, such as aspcn.asp may just contain some information, without having to execute.
If this included file is dynamic, you can also pass the parameter name and parameter value with
Attributes
Page = "{relativeURL | <% = expression%>}"
The parameter is a relative path, or represents a relative path expression.
Flush = "True"
Here you must use flush = "true", you can't use false values. The default is false
You can use multiple
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 / R 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" The name of the Java Class will be performed by the Java plug-in, 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 = "InstanceName" This bean or applet instance name, it will call other places 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. A text is used for the Java plug-in to display to the user when the plugin is booted and the Applet or Bean cannot be, then the browser will have an error message pop-up.