Whatever message this page gives is out now! Go check it out!
ColdFusion.ProgressBar.updatestatus(progressBarId, status, message) |
Parameter | Description |
progressBarId | Name of the progress bar object. This must be a valid ColdFusion identifier. |
message | Text to be displayed in the progress bar. |
status | Progress status. |
<cfform>
<cfprogressbar name="pBar" width="500"/>
<cfinput type="button" name="pBtn" onClick=" ColdFusion.ProgressBar.updateStatus('pBar',0.5,'50%')">
</cfform>