<H4>This example shows a client-side validation for
CFINPUT text boxes.</H4>
<BR>(<I>This item is optional</I>)<BR>
Please enter a credit card number:
<CFINPUT TYPE="Text" NAME="TextSample" MESSAGE="Please enter a Credit Card Number" VALIDATE="creditcard" REQUIRED="No">
</TD>
</TR>
<TR>
<TD>
<H4>This example shows the use of the CFSLIDER tag.</H4>
<P>Rate your approval of this example from 1 to 10 by sliding the control.
<P>1 <CFSLIDER NAME="sampleSlider" LABEL="Sample Slider" RANGE="1,10" MESSAGE="Please enter a value from 1 to 10" SCALE="1" BOLD="No" ITALIC="No" REFRESHLABEL="No"> 10
</TD>
</TR>
</TABLE>
<P><INPUT TYPE="SUBMIT" NAME="SUBMIT" VALUE="show me the result">