User Guide

136 Chapter 2: ColdFusion Tags
</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 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">
<input type = "hidden" name = "oncethrough" value = "Yes">
</cfform>
</body>
</html>