Whatever message this page gives is out now! Go check it out!
ColdFusion.ProgressBar.hide(progressBarId) |
Parameter | Description |
progressBarId | Name of the progress bar object. This must be a valid ColdFusion identifier. |
<cfprogressbar name="pBar" autodisplay="true">
<cfinput type="button"
onClick="ColdFusion.ProgressBar.hide('pBar')">