MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference page 36

Cfml language reference
Table of Contents

Advertisement

12
AbsMiddle
Baseline
AbsBottom
NOTSUPPORTED
Optional. The text you want to display if the page containing a Java applet-based
CFFORM control is opened by a browser that does not support Java or has Java
support disabled. For example:
NOTSUPPORTED="<B>Browser must support Java to view
ColdFusion Java Applets</B>"
By default, if no message is specified, the following message appears:
<B>Browser must support Java to <BR>
view ColdFusion Java Applets!</B>
param n
Optional. The valid name of a registered parameter for the applet. Specify a
parameter only if you want to override parameter values already defined for the
applet using the ColdFusion Administrator.
Usage
Since Java applets must be pre-registered, the CFAPPLET tag can be very simple, taking
the default parameter values as they were registered in the ColdFusion Administrator.
You can also override parameters by invoking them directly in the CFAPPLET tag.
Example
<!--- This example shows the use of CFAPPLET --->
<HTML>
<HEAD>
<TITLE>CFAPPLET Example</TITLE>
</HEAD>
<BODY>
<H3>CFAPPLET Example</H3>
<P>Used in a CFFORM, CFAPPLET allows you to reference
custom Java applets that have been previously registered
using the ColdFusion Administrator.
<P>To register a Java applet, open the ColdFusion Administrator
and click the "Applets" link under the "extensions" section.
<P>This example applet copies text that you type into
a form.
the copied text.
<CFFORM ACTION="copytext.cfm">
<CFAPPLET appletsource="copytext" NAME="copytext">
</CFFORM>
</BODY>
</HTML>
Type some text, and then click "copy" to see
CFML Language Reference

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Coldfusion 4.5

Table of Contents